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

@ -17,5 +17,3 @@ src="img/icon-ledger-white.svg">
<img style="height:0.6em" class="animated flash infinite" ng-show="index.loadingWallet ||
index.updatingTxHistory" src="img/icon-sync-white.svg">
<span class="size-12">{{index.txHistory.length + '/' + index.completeHistory.length}}</span>

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()"

View file

@ -100,7 +100,7 @@ h4.title a {
}
.walletHome h4.title {
padding: 20px 0 10px 15px;
padding: 0px 0 10px 15px;
margin: 5px 0 5px 0;
font-size: 16px;
}