salix/front/core/components/paging/paging.html

11 lines
306 B
HTML
Raw Normal View History

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