Skip to content

Commit

Permalink
Add Evented trigger didScroll (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer authored Mar 4, 2020
1 parent 44f9a36 commit d11996a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ class EmberRouterScroll extends EmberRouter {
}
}
}

this.trigger('didScroll', transition);
}

_routeWillChange() {
Expand Down

0 comments on commit d11996a

Please sign in to comment.