ziscloud / angular-slimscroll

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

Disable angular-slimscroll #12

Open NgYueHong opened 9 years ago

NgYueHong commented 9 years ago

Angular-slimscroll can be easily added via this:

<div slimscroll="{slimscrollOption: value}">
    Scroll Content
</div>

But on certain cases I need to disable or remove it. How can that be done?

SenninSensei commented 7 years ago

i need the same behevior, any suggest?