Last active
January 1, 2017 22:20
-
-
Save juanpujol/b7dc337d83fd4ee2415054213fcd0a5a to your computer and use it in GitHub Desktop.
Aurelia redirect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.router.navigateToRoute('your-route-name', { | |
id: 'this.your-identifier' | |
}, { | |
replace: true, | |
trigger: false | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment