ngwheel
v0.0.2
Published
Adds support for ng-scroll event attribute to bind on mouse wheel events
Downloads
8
Readme
ngWheel
AngularJS ng-scroll
directive to bind 'scroll' event.
Usage:
angular.module('app', [
// ...
'ngWheel
]);
<div class="scrollable-element" ng-scroll="ctrl.onScroll($event)">
scroll me!
</div>
Installing using npm
npm i ngwheel