angular-cn/modules/angular1_router
Rene Weber 2bf21e1747 fix(Router): replace state when normalized path is equal to current normalized path
Make sure the same path is not added multiple times to the history.
It is replacing the state, instead of skipping it completely,
because the current path in the browser might not be normalized,
while the given one is normalized.

Closes #7829

Closes #7897
2016-05-20 15:30:15 -07:00
..
lib fix(Router): replace state when normalized path is equal to current normalized path 2016-05-20 15:30:15 -07:00
src fix(angular1_router): ngLink should not throw an error if routeParams are undefined (#8460) 2016-05-20 09:48:03 -07:00
test fix(angular1_router): ngLink should not throw an error if routeParams are undefined (#8460) 2016-05-20 09:48:03 -07:00
build.js chore(angular1_router): tighten up the build regex replacement 2016-03-22 02:19:09 +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