angular/modules/angular1_router
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
..
lib fix(angular1-router): add missing wrapper methods 2016-02-08 17:19:50 -08:00
src refactor(angular_1_router): remove directiveIntrospector 2016-03-09 21:50:24 +00:00
test test(angular_1_router): fix router_spec tests 2016-03-09 21:50:24 +00:00
build.js fix(angular_1_router): Renamed require statements after TypeScript files are transpiled 2016-03-04 09:31:24 +00: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