We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871c83d commit 465d94bCopy full SHA for 465d94b
docs/en/pipeline/data.md
@@ -56,7 +56,7 @@ By returning a Promise:
56
57
``` js
58
route: {
59
- data: function () {
+ data: function (transition) {
60
return messageService
61
.fetch(transition.to.params.messageId)
62
.then(function (message) {
0 commit comments