Revert "Don't update the location during initial router navigation"

This reverts commit d5066a9a0f.
This commit is contained in:
Misko Hevery 2016-05-24 21:42:58 -07:00
parent d5066a9a0f
commit 62dd3ceb64
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ export class RootRouter extends Router {
});
this.registry.configFromComponent(primaryComponent);
this.navigateByUrl(location.path(), true);
this.navigateByUrl(location.path());
}
commit(instruction: Instruction, _skipLocationChange: boolean = false): Promise<any> {