diff --git a/api/router.js b/api/router.js index 155001e0..ed1cffc3 100644 --- a/api/router.js +++ b/api/router.js @@ -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 }