We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1517951 + 2b0961f commit 94b3444Copy full SHA for 94b3444
index.html
@@ -24,8 +24,14 @@
24
</section>
25
26
<section class="middle tab-bar-section">
27
+
28
<h1 class="right">
- {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}}
29
+ <span ng-if="$root.updatingBalance">
30
+ <i class="fi-bitcoin-circle icon-rotate spinner"></i>
31
+ </span>
32
+ <span class="size-14" ng-if="!$root.updatingBalance">
33
+ {{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
34
35
</h1>
36
<h1 class="title ellipsis">
37
{{$root.wallet.getName()}}
0 commit comments