expose setPath and getPath

This commit is contained in:
Leo Horie 2016-06-03 08:59:52 -04:00
parent f9ef480b34
commit 7b268c6ee8

View file

@ -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
}