added pagination

This commit is contained in:
Ivan Socolsky 2014-11-10 10:40:03 -03:00
commit 04a0bff706
3 changed files with 71 additions and 10 deletions

View file

@ -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>