thenikso / angular-inview

AngularJS directive to check if a DOM element is in the browser viewport.
http://thenikso.github.io/angular-inview/
MIT License
480 stars 112 forks source link

Bind to scroll event on elements with inview-scrollable class #100

Closed cassdeckard closed 8 years ago

cassdeckard commented 8 years ago

Fixes #98 by allowing clients to add "inview-scrollable" class to elements they want the inview directive to detect scrolling on

thenikso commented 8 years ago

I commented on this in #98. I believe this problem can be dealt with in an external fashion. closing for now