angular-cn/modules/@angular/common
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 feat(AsyncPipe): allow onError argument 2016-05-19 16:49:28 -07:00
testing fix(Router): replace state when normalized path is equal to current normalized path 2016-05-20 15:30:15 -07:00
common.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
index.ts chore: clang-reformat 2016-05-01 22:59:41 -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
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -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