Merge pull request #358 from gabrielbazan7/fix/transitions

disable(onboarding) hardware backbutton (android) and back swipe (ios) and more fixes
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-11 14:31:19 -03:00 committed by GitHub
commit 6f3bd62efb
7 changed files with 36 additions and 40 deletions

View file

@ -8,7 +8,7 @@
<div class="cta-buttons">
<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>
<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-primary" ui-sref="onboarding.backupWarning({from: 'onboarding', 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>
</div>
</ion-content>