We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f593552 commit b61e3e9Copy full SHA for b61e3e9
1 file changed
packages/router/upgrade/src/upgrade.ts
@@ -81,6 +81,6 @@ export function setUpRouterSync(injector: Injector, $injector: any) {
81
82
$injector.get('$rootScope').$on('$locationChangeStart', (_: any, next: string, __: string) => {
83
url.href = next;
84
- router.navigateByUrl(url.pathname + url.search + url.hash, {replaceUrl: true});
+ router.navigateByUrl(url.pathname + url.search + url.hash);
85
});
86
}
0 commit comments