m.route.getPath/setPath -> m.route.get/set (#1133)
This commit is contained in:
parent
e8e0bae726
commit
34bed08cd0
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ module.exports = function($window, renderer, pubsub) {
|
||||||
}
|
}
|
||||||
route.link = router.link
|
route.link = router.link
|
||||||
route.prefix = router.setPrefix
|
route.prefix = router.setPrefix
|
||||||
route.setPath = router.setPath
|
route.set = router.setPath
|
||||||
route.getPath = router.getPath
|
route.get = router.getPath
|
||||||
|
|
||||||
return route
|
return route
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue