Skip to content

Commit

Permalink
Merge pull request #95 from jevanlingen/patch-1
Browse files Browse the repository at this point in the history
Transition to url without root
  • Loading branch information
GavinJoyce authored Nov 6, 2017
2 parents a2abed3 + 469d10f commit 36c2fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/href-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class {

handle() {
let router = this._getRouter();
router.transitionTo(this.url);
router.transitionTo(this.getUrlWithoutRoot());
this.event.preventDefault();
}

Expand Down

0 comments on commit 36c2fa8

Please sign in to comment.