salix/client/core/src/paging/paging.html

10 lines
277 B
HTML
Raw Normal View History

2017-02-21 10:36:43 +00:00
<paging
page="$ctrl.currentPage"
page-size="$ctrl.numPerPage"
total="$ctrl.numItems"
show-prev-next="true"
show-first-last="false"
active-class="active"
ng-click="$ctrl.figureOutToDisplay()"
paging-action="$ctrl.onPageChange(page)">
</paging>