mtr / angular-iscroll

AngularJS module that enables iScroll 5 functionality, wrapping it in an easy-to-use directive.
MIT License
74 stars 27 forks source link

Interval is not being closed after destroying instance of angular-iscroll #6

Closed wkwiatek closed 9 years ago

wkwiatek commented 9 years ago

After $destroy signal from scope interval is not cleared. It still exists and tries to refresh not existing instance.

mtr commented 9 years ago

Thanks for the heads up, @wkwiatek. As everyone else, I'm a bit short on time right now, so do you think you'll manage to provide a pull request solving this issue?