Details Pager
The default details pager that has a status and previous/next buttons
- HTML
<div class="t-content" ng-controller="DetailsPagerExampleController as controller"> <inv-details-pager next-record="controller.next()" previous-record="controller.previous()" entity-name="controller.entityName" current-position="controller.currentPosition" total-count="controller.totalCount"></inv-details-pager> <div class="u-mv+ u-pv"></div> </div>