We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2abed3 + 469d10f commit 36c2fa8Copy full SHA for 36c2fa8
1 file changed
addon/href-to.js
@@ -28,7 +28,7 @@ export default class {
28
29
handle() {
30
let router = this._getRouter();
31
- router.transitionTo(this.url);
+ router.transitionTo(this.getUrlWithoutRoot());
32
this.event.preventDefault();
33
}
34
0 commit comments