83f0e7c975
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. |
||
---|---|---|
.. | ||
integration | ||
ng_link_spec.js | ||
util.es5.js |