Skip to content

Instantly share code, notes, and snippets.

@juanpujol
Last active January 1, 2017 22:20
Show Gist options
  • Save juanpujol/b7dc337d83fd4ee2415054213fcd0a5a to your computer and use it in GitHub Desktop.
Save juanpujol/b7dc337d83fd4ee2415054213fcd0a5a to your computer and use it in GitHub Desktop.
Aurelia redirect
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