Bundled output for commit 6d5e8225cc [skip ci]
This commit is contained in:
parent
6d5e8225cc
commit
ca5eedc8a6
3 changed files with 45 additions and 41 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue