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.
2 parents 63521df + 465d94b commit 4cf893aCopy full SHA for 4cf893a
docs/en/pipeline/data.md
@@ -59,7 +59,7 @@ By returning a Promise:
59
60
``` js
61
route: {
62
- data: function () {
+ data: function (transition) {
63
return messageService
64
.fetch(transition.to.params.messageId)
65
.then(function (message) {
0 commit comments