Bundled output for commit 6d5e8225cc [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-01-12 13:03:29 +00:00
parent 6d5e8225cc
commit ca5eedc8a6
3 changed files with 45 additions and 41 deletions

View file

@ -1133,6 +1133,10 @@ var _20 = function($window, redrawService0) {
route.set(href, undefined, undefined)
}
}
route.param = function(key3) {
if(typeof attrs3 !== "undefined" && typeof key3 !== "undefined") return attrs3[key3]
return attrs3
}
return route
}
m.route = _20(window, redrawService)