ajoslin / angular-scrolly

Fake transform-scrolling with angular-friendly utilities
http://ajoslin.github.io/angular-scrolly
65 stars 7 forks source link

Make dragger, scroller, transformer, ... do their own memory management #19

Closed ajoslin closed 11 years ago

ajoslin commented 11 years ago

Right now, scroller destroys its own dragger & transformer when its element is destroyed.

But if you create a dragger on its own, it doesn't clean itself up when its element is gone.

ajoslin commented 11 years ago

17