Simple Pagination Directive For AngularJS – Angular Paging

Author: brantwills
Official Page: Go to website
Publish Date: December 29, 2014
License: MIT

Description:

Angular Paging is an AngularJS directive to aid in paging large datasets while requiring the bare minimum of actual paging information. We are very dependant on the server for “filtering” results in this paging scheme. The central idea being we only want to hold the active “page” of items – rather than holding the entire list of items in memory and paging on the client-side.

Preview:

Angular Paging

Angular Paging


You Might Be Interested In:

Add Comment