Here is what we think are the Top 5 Pagination AngularJS Modules. Let’s face it Pagination falls under the basic essentials of an AngularJS app. So let’s look at helping you out by showing you some decent AngularJS Pagination directives and modules. For AngularJS pagination ng-repeat is used to iterate over the data and output the paginated items either using AJAX through a remote URL or run on static data. Have a look at the AngularJS pagination table examples below to see how it can be to implement pagination with sorting for your next Angular App!
This post was last updated on: 9/7/2015. For an updated list see more Pagination AngularJS Modules
1. Angular Paginate Anything by Joe Nelson

This directive connects a variable of your choice on the local scope with data provied on a given URL. It provides a pagination user interface that triggers updates to the variable through paginated AJAX requests.
2. Angular Table by Samuel Mueller

Angular directive which allows to declare sortable tables and to add pagination with very little effort.
3. ng-simplePagination by Svilen Gospodinov

Previously known as “angular-SimplePagination”; is an AngularJS module for simple pagination on static data.
4. Object Table by Evgeny Kokotov

Angular directive to easy create dynamic tables from source or URL with sorting, filtering and pagination. Smart templates and good perfomance.
5. SiTable by Simplicity Labs

Simple table directive with pagination and sorting for Angular.
Thank you for reading and if you would like to you can submit your Pagination AngularJS Modules or leave a comment below.
Post tags: Pagination, paging, paginator.