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 b0e5880 commit 3872bf5Copy full SHA for 3872bf5
docs/pipeline/data.md
@@ -84,8 +84,8 @@ route: {
84
data (transition) {
85
var userId = transition.to.params.userId
86
return Promise.all([
87
- userService.get(id),
88
- postsService.getForUser(id)
+ userService.get(userId),
+ postsService.getForUser(userId)
89
]).then(function (data) {
90
return {
91
user: data[0],
0 commit comments