Added the flag backupNeeded

This commit is contained in:
Matias Pando 2014-11-20 18:13:11 -03:00
commit 3f65288dca
3 changed files with 64 additions and 11 deletions

View file

@ -5,6 +5,9 @@
<a class="text-gray" ng-click="refresh()" ng-if="!$root.updatingBalance">
<i class="fi-refresh"></i>
</a>
<span ng-if="$root.iden.backupNeeded">
BACKUP!
</span>
<span ng-if="$root.updatingBalance">
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
</span>