adding more after transactions list

This commit is contained in:
Gabriel Bazán 2016-06-03 13:26:49 -03:00 committed by Javier
commit 2780df44b9
3 changed files with 6 additions and 3 deletions

View file

@ -246,6 +246,11 @@
</div>
</div>
<div class="text-gray text-center size-12 p10t" ng-if="index.historyShowMore">
<span class="size-12">{{index.completeHistory.length - index.txHistory.length}}</span>
<span class="size-12" translate> more</span>&nbsp;<i class="icon-arrow-down4"></i>
</div>
<ion-infinite-scroll
ng-if="index.historyShowMore"
on-infinite="index.showMore()"