ember-reset-scroll

0.1.1 • Public • Published

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-scroll

Usage

// In a route file
import ResetScroll from 'ember-reset-scroll/mixins/reset-scroll';
 
export default Ember.Route.extend(ResetScroll, {
  // The rest of your route.
});

Package Sidebar

Install

npm i ember-reset-scroll

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • kellysutton