Skip to content

Commit 94b3444

Browse files
committed
Merge pull request #1425 from marianorod/btc_spinner
spinner2header
2 parents 1517951 + 2b0961f commit 94b3444

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@
2424
</section>
2525

2626
<section class="middle tab-bar-section">
27+
2728
<h1 class="right">
28-
{{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+
</span>
2935
</h1>
3036
<h1 class="title ellipsis">
3137
{{$root.wallet.getName()}}

0 commit comments

Comments
 (0)