Angular directives for scroll events
npm install angular-scroll-eventsUtility library to add support for scroll-up and scroll-down events
1) Install 'g1b.angular-scroll-events' with npm or yarn
```
npm install angular-scroll-events
or:
``
yarn add angular-scroll-events
2) Add 'g1b.scroll-events' module to your app config
`javascript`
angular.module('myApp', [
'g1b.scroll-events',
...
])
3) Use 'scroll-up' and/or 'scroll-down' directive in a view
`html`ā Scroll Up
or:
`html``ā Scroll Down
See index.html for an example implementation or click here for an interactive demo