Merge pull request #1761 from isocolsky/pagination
using foundation pagination directive
This commit is contained in:
commit
3c2e881acd
2 changed files with 9 additions and 20 deletions
|
|
@ -100,8 +100,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button ng-click="previousPage()" ng-disabled="!hasPreviousPage()">prev</button>
|
||||
<button ng-click="nextPage()" ng-disabled="!hasNextPage()">next</button>
|
||||
<pagination page="currentPage" total-items="totalItems" items-per-page="itemsPerPage" on-select-page="selectPage(page)" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue