A lightweight pager directive that is focused on providing previous/next paging functionality
-
alignC (Default:true) - Whether to align each link to the sides. -
items-per-page$ C (Default:10) - Maximum number of items per page. A value less than one indicates all items on one page. -
next-textC (Default:Next ») - Text for Next button. -
ng-disabled$ (Default:false) - Used to disable the pager component. -
ng-model$ - Current page number. First page is 1. -
num-pages$ readonly (Default:angular.noop) - An optional expression assigned the total number of pages to display. -
previous-textC (Default:« Previous) - Text for Previous button. -
template-url(Default:uib/template/pager/pager.html) - Override the template for the component with a custom provided template. -
total-items$ - Total number of items in all pages.