angular/modules/angular1_router
Peter Bacon Darwin a1c3be21ec fix(angular1_router): rename $route service to $rootRouter
The singleton service that represents the top level router was called
`$router` but this is confusing since there are actually lots of routers,
which depend upon where you are in the DOM. This is similar to the situation
with scopes.

This commit clarifies this singleton by renaming it to `$rootRouter`.

BREAKING CHANGE:

The `$router` injectable service has been renamed to `$rootRouter`
2016-02-24 21:15:34 +00:00
..
lib fix(angular1-router): add missing wrapper methods 2016-02-08 17:19:50 -08:00
src fix(angular1_router): rename $route service to $rootRouter 2016-02-24 21:15:34 +00:00
test fix(angular1_router): rename $route service to $rootRouter 2016-02-24 21:15:34 +00:00
build.js build(router): make the build.js script portable to g3 2016-02-02 13:58:51 -08:00
index.html fix(angular1_router): rename $route service to $rootRouter 2016-02-24 21:15:34 +00:00
karma-router.conf.js chore(build): use Chrome by default for all JS tests 2015-11-19 23:27:42 +00:00
tsd.json chore(typings): use mainline DefinitelyTyped repo rather than a fork. 2016-02-04 22:42:40 +00:00