spinner2header
This commit is contained in:
parent
d7c20cb7f2
commit
98c2fafd1d
1 changed files with 7 additions and 1 deletions
|
|
@ -24,8 +24,14 @@
|
|||
</section>
|
||||
|
||||
<section class="middle tab-bar-section">
|
||||
|
||||
<h1 class="right">
|
||||
{{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<span class="size-14" ng-if="!$root.updatingBalance">
|
||||
{{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||
</span>
|
||||
</h1>
|
||||
<h1 class="title ellipsis">
|
||||
{{$root.wallet.getName()}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue