adding more after transactions list
This commit is contained in:
parent
1118183eca
commit
2780df44b9
3 changed files with 6 additions and 3 deletions
|
|
@ -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> <i class="icon-arrow-down4"></i>
|
||||
</div>
|
||||
|
||||
<ion-infinite-scroll
|
||||
ng-if="index.historyShowMore"
|
||||
on-infinite="index.showMore()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue