angular/modules
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
..
angular1_router fix(angular1_router): rename $route service to $rootRouter 2016-02-24 21:15:34 +00:00
angular2 feat(core): Add QueryList#forEach 2016-02-19 19:23:46 -05:00
angular2_material fix(typing): Remove re-export of the Promise built-in type. 2016-02-12 20:45:41 -08:00
benchmarks fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchmarks_external fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchpress fix(typing): Remove re-export of the Promise built-in type. 2016-02-12 20:45:41 -08:00
payload_tests/hello_world/ts chore: track size of a "Hello world" app built with SystemJS 2016-01-26 02:54:03 +00:00
playground test(material): disable problematic e2e test 2016-02-17 16:18:33 -08:00