indent correction on code

This commit is contained in:
Mariano Rodriguez 2014-09-19 14:50:47 -03:00
commit 2b0961f6ea

View file

@ -26,12 +26,12 @@
<section class="middle tab-bar-section"> <section class="middle tab-bar-section">
<h1 class="right"> <h1 class="right">
<span ng-if="$root.updatingBalance"> <span ng-if="$root.updatingBalance">
<i class="fi-bitcoin-circle icon-rotate spinner"></i> <i class="fi-bitcoin-circle icon-rotate spinner"></i>
</span> </span>
<span class="size-14" ng-if="!$root.updatingBalance"> <span class="size-14" ng-if="!$root.updatingBalance">
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}} {{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
</span> </span>
</h1> </h1>
<h1 class="title ellipsis"> <h1 class="title ellipsis">
{{$root.wallet.getName()}} {{$root.wallet.getName()}}