Angular Paging

A 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.

Basic Sample


OnClick and Href Sample


Apply Settings

Boolean Flag Sample

{{isDisabled}}
{{hideIfEmpty}}
{{scrollTop}}
{{showPrevNext}}
{{showFirstLast}}
Apply Settings

Text and Title Sample


Apply Settings

Apply Settings

CSS First Last, Next Prev Sample


Apply Settings

CSS List Item Sample


Apply Settings

Reference Links