angular-cn/modules/angular1_router/test/integration
Peter Bacon Darwin 83f0e7c975 test(angular_1_router): fix router_spec tests
These tests were registering new components after the application had
been bootstrapped, which is not a valid use case for synchronous routes
in Angular 1.

In particular it was registering the "root" component, which caused the
`$rootRouter` to blow up, when it was instantiated, pointing to a root
component that did not yet exist.
2016-03-09 21:50:24 +00:00
..
animation_spec.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00
lifecycle_hook_spec.js feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
navigation_spec.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00
router_spec.js test(angular_1_router): fix router_spec tests 2016-03-09 21:50:24 +00:00
shim_spec.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00