add backup warning view to backup flow

This commit is contained in:
Gabriel Bazán 2016-09-26 16:11:45 -03:00
commit 33c7e2b297
17 changed files with 123 additions and 72 deletions

View file

@ -10,14 +10,14 @@
<div class="col">
<button
class="button button-clear expand"
ng-click="closeBackupNeededModal()"
ng-click="close()"
translate>Not now
</button>
</div>
<div class="col">
<button
class="button button-clear expand"
ng-click="goToBackupFlow()"
ng-click="doBackup()"
translate>Backup wallet now
</button>
</div>