sroze / ngInfiniteScroll

Infinite Scrolling for AngularJS
http://sroze.github.com/ngInfiniteScroll/
MIT License
2.89k stars 723 forks source link

Don't trigger infinite scroll events when container is hidden #370

Closed longedok closed 2 years ago

longedok commented 7 years ago

An adapted version of #180 for the new code. I also changed the method of determining whether the element is hidden based on this SO answer, and it has a limitation that the container cannot have fixed positioning.