angular-docs-cn/modules/angular1_router/test
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
..
integration fix(angular1_router): delay view update until activate promise gets fullfilled 2016-05-19 20:42:06 -07:00
ng_link_spec.js test(angular1_router): check that link generation works with baseHref 2016-03-22 02:19:09 +00:00
util.es5.js fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00