added pagination
This commit is contained in:
parent
af6777d359
commit
04a0bff706
3 changed files with 71 additions and 10 deletions
|
|
@ -100,6 +100,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button ng-click="previousPage()" ng-disabled="!hasPreviousPage()">prev</button>
|
||||
<button ng-click="nextPage()" ng-disabled="!hasNextPage()">next</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue