Issues ------ **Please provide clear steps to reproduce your issue**. This is preferably done in a [plunker](http://plnkr.co/), a video or just a link to your project. Also nice to include info about your browser environment, version of angular/angular-scroll you are using and other libraries (such as jQuery etc). Pull Requests ------------- * Don't include the compiled assets (`angular-scroll.*`) in your PR. * Only edit the source files (ie not the `angular-scroll.*` files). * Tests are welcome and don't forget to run existing via `npm run test-single-run` and `npm run protractor` before comitting. * Lint your code by running `gulp lint` before comitting.