Merge pull request #85 from isocolsky/feat/recreate

Recreate
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-08 15:55:47 -03:00 committed by GitHub
commit 708be4d3a3
4 changed files with 63 additions and 50 deletions

View file

@ -19,6 +19,11 @@
<button class="outline white tiny round" translate>Tap to retry</button>
</div>
<div class="m20t" ng-show="walletNotRegistered" ng-click='recreate()'>
<span class="size-12 db m10b" translate>This wallet is not registered at the given Bitcore Wallet Service (BWS). You can recreate it from the local information.</span>
<button class="outline white tiny round" translate>Recreate</button>
</div>
<div ng-show="wallet.walletScanStatus == 'error'" ng-click='retryScan()'>
<span translate>Scan status finished with error</span>
<br><span translate>Tap to retry</span>