ion refresher, ion infinite scroll and balance collapse

This commit is contained in:
Gabriel Bazán 2016-05-17 11:10:16 -03:00 committed by Javier
commit dae55abceb
9 changed files with 213 additions and 187 deletions

View file

@ -1,6 +1,6 @@
<div class="bottom-bar row collapse" ng-show="!index.notAuthorized">
<div class="bottom-bar row collapse p0i" ng-show="!index.notAuthorized">
<div>
<div class="row collapse">
<div class="row collapse p0i">
<div class="medium-4 small-4 columns text-center bottombar-item"
ng-repeat="item in index.menu">
<span ng-include="'views/includes/menu-item.html'"></span>

View file

@ -18,3 +18,4 @@ 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>