angular-cn/modules/angular1_router/test/integration
Fabian Raetz 90af4763d8 fix(angular1_router): delay view update until activate promise gets fullfilled
If the $routerOnActivate hook returns a promise, the navigation
is commited, once the promise gets fullfilled but the view
is updated immediately.

This commit delays the view update so that both (view and url) are
updated at the same time.

Closes #7777
2016-05-19 20:42:06 -07:00
..
animation_spec.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00
lifecycle_hook_spec.js fix(angular1_router): delay view update until activate promise gets fullfilled 2016-05-19 20:42:06 -07:00
navigation_spec.js test(angular_1_router): apply annotations to controller constructors 2016-03-09 21:50:24 +00:00
router_spec.js test(angular_1_router): apply annotations to controller constructors 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