In infinite page scroll pagination data load dynamically and append at the end of existing content when the user reaches to the bottom while scrolling.
The user doesn’t have to click any button.
I am using ngInfiniteScroll directive for implementing with AngularJS.
With this directive detect page scroll and send AJAX request to get content.
Also, need to include the jQuery library for using it.
In this tutorial, I show how you can load content on page scroll using the ngInfiniteScroll directive in AngularJS.