ziscloud / angular-slimscroll

angular directive for jquery slimscroll
MIT License
63 stars 31 forks source link

allowPageScroll is not working??? #9

Open gvolkan opened 9 years ago

gvolkan commented 9 years ago

hi, i try to add slimscroll="{allowPageScroll:true}" prop to options but not working until setting noWatch prop to true:( slimscroll="{allowPageScroll:true,noWatch:true}" can u check it for me??

i changed and tried it with original silmscroll example page(allow-page-scroll.html)

BadgerBadgerBadgerBadger commented 9 years ago

Facing the same issue but with a twist. The following piece of code allows page scroll when scrolling up but not when scrolling down. slimscroll="{height: '395px', allowPageScroll: true}" Adding or removing noWatch makes not a bit of difference.

ziscloud commented 9 years ago

Hi @gvolkan, @Kaylors , could you please provide the version number of jquery you are using? As I know, slimscroll only works on the jquery 1.x version.