ion refresher, ion infinite scroll and balance collapse
This commit is contained in:
parent
6dfd124535
commit
dae55abceb
9 changed files with 213 additions and 187 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue