Merge pull request #1787 from isocolsky/pagination

WIP Tx history & pagination changes
This commit is contained in:
Matias Alejo Garcia 2014-11-13 08:09:54 -03:00
commit ff810a51cc
2 changed files with 14 additions and 7 deletions

View file

@ -100,7 +100,7 @@
</div>
</div>
</div>
<pagination page="currentPage" total-items="totalItems" items-per-page="itemsPerPage" on-select-page="selectPage(page)" />
<pagination page="currentPage" total-items="totalItems" items-per-page="itemsPerPage" on-select-page="selectPage(page)" max-size="10" />
</div>
</div>
</div>