angular-nanoscroller
angular-nanoscroller copied to clipboard
Wrapper for nanoScrollerJS
Would it be possible to publish this repository on npm? Indeed, I'm using Webpack and thus, I use `npm` instead of Bower on my projects. Thanks! :)
Hi, I'm using your wrapper and needed to bind some behavior to the scroll, in this case the 'scrollend' event (very useful to implement an infinite scroll). To see how...
The function below not work for check if angular using jqLite ot jQuery in the last version of angular. Maybe we need change to check if element have a exclusive...
Please merge change introduced by qpitlove/angular-nanoscroller and create a new version of nanoscroller. Thanks
Hi, I am trying to pass the `preventPageScrolling` parameter doing `scrollable="{preventPageScrolling='true'}"` and I am getting this error  What is the proper way...
Added bindings for scrollend and scrolltop events. Removed line to avoid double triggering scrollend event