Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install ember-router-scroll, use window scroll position
This installs the ember-router-scroll addon to properly remember scroll position between routes, and to reset it when the route changes. There was already a (copy-pasted?) config for this in the dummy app, but it pointed to an element that doesn't exist. Instead I just removed the config and it now uses the `window` scroll position instead, which works well.
- Loading branch information