m.route.getPath/setPath -> m.route.get/set (#1133)

This commit is contained in:
Pat Cavit 2016-07-01 12:46:15 -07:00 committed by GitHub
parent e8e0bae726
commit 34bed08cd0

View file

@ -16,8 +16,8 @@ module.exports = function($window, renderer, pubsub) {
}
route.link = router.link
route.prefix = router.setPrefix
route.setPath = router.setPath
route.getPath = router.getPath
route.set = router.setPath
route.get = router.getPath
return route
}