expose setPath and getPath
This commit is contained in:
parent
f9ef480b34
commit
7b268c6ee8
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ module.exports = function($window, renderer, pubsub) {
|
|||
}
|
||||
route.link = router.link
|
||||
route.prefix = router.setPrefix
|
||||
route.setPath = router.setPath
|
||||
route.getPath = router.getPath
|
||||
|
||||
return route
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue