angular-cn/modules/@angular/router-deprecated
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
..
src fix(Router): replace state when normalized path is equal to current normalized path 2016-05-20 15:30:15 -07:00
test fix(Router): replace state when normalized path is equal to current normalized path 2016-05-20 15:30:15 -07:00
core_private.dart chore: router move-only 2016-05-02 13:27:03 -07:00
core_private.ts chore: router move-only 2016-05-02 13:27:03 -07:00
index.ts chore: router move-only 2016-05-02 13:27:03 -07:00
package.json adds 'repository' metadata to npm modules (#8649) 2016-05-17 23:17:15 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
router.ts fix(router-deprecated): export RootRoute 2016-05-20 09:59:21 -07:00
testing.ts chore: router move-only 2016-05-02 13:27:03 -07:00
tsconfig-es5.json build: turn on tsc's stripInternal when producint public d.ts file 2016-05-20 10:59:57 -07:00
tsconfig-es2015.json build: turn on tsc's stripInternal when producint public d.ts file 2016-05-20 10:59:57 -07:00