This is directive of AngularJS 1.x.x.
It is vary simple and lite
You Can See Demo form here
1.0.0
load infiniteScroll directive
infinite-scroll.directive.js
Add these property to the container
infinite-scroll="scrolling-container" // "scrolling-container" is id of container(div) will be scroll
load-more='loadOnScroll()' // loadOnScroll() function call when scroll
threshold="100" // when 100px remain then load-more function will be call
md-zzaman