2016-09-02 06:50:23 -04:00
< ion-view id = "onboarding-backup-request" class = "onboarding" >
2016-09-13 17:12:17 -03:00
< ion-content ng-controller = "backupRequestController" scroll = "false" >
2016-10-06 21:12:24 -04:00
< div id = "warning" >
< img src = "img/onboarding-warning.svg" id = "alert-icon" >
< div class = "onboarding-topic" translate > No backup, no bitcoin.< / div >
< div class = "onboarding-description" id = "backup-description" translate > Since only you control your money, you’ ll need save your backup phrase in case this app is deleted.< / div >
2016-09-02 06:50:23 -04:00
< / div >
2016-09-09 09:47:53 -04:00
< div class = "cta-buttons" >
2016-10-06 21:12:24 -04:00
< i class = "ion-ios-arrow-thin-down" id = "arrow-down" > < / i >
< div class = "onboarding-tldr" id = "backup-tldr" translate > Your wallet is never saved to cloud storage or standard device backups.< / div >
2016-10-07 02:10:30 -04:00
< button class = "button button-standard button-primary" ui-sref = "onboarding.backupWarning({from: 'onboarding.backupRequest', walletId: walletId})" translate > Backup wallet< / button >
< button class = "button button-standard button-secondary button-clear" ng-click = "openPopup()" translate > I'll backup my wallet later< / button >
2016-09-02 06:50:23 -04:00
< / div >
2016-08-25 16:31:47 -03:00
< / ion-content >
< / ion-view >