ember-reset-scroll
v0.1.1
Published
The default blueprint for ember-cli addons.
Downloads
15
Maintainers
Readme
ember-reset-scroll
A very simple mixin to componentize the code found in this cookbook. Not the most useful thing at the moment, but ensures that should this pattern ever change, updating the mixin will solve the issue.
Installation
$ ember install ember-reset-scrollUsage
// In a route file
import ResetScroll from 'ember-reset-scroll/mixins/reset-scroll';
export default Ember.Route.extend(ResetScroll, {
// The rest of your route.
});