lazy-scroll Angularjs plugin for infinate scrolling
How to use lazy-scroll in simple 4 steps
Step 1: Download above script (lazy-scroll.min.js)
Step 2: Add script in <script src="path-to-script/lazy-scroll.min.js"></script>
Step 3: Ensure that your application module specifies lazy-scroll as a dependency.
Step 4: Use the directive by specifying an lazy-scroll attribute on an element.
<div lazy-scroll="paginationFuntion()" lazy-scroll-trigger="40" >
Thats it . For more details check demo and API documentation here lazy-scroll