fix sweep paper wallet flag - fix sweep process

This commit is contained in:
Javier 2016-09-08 19:50:18 -03:00
commit e16e93e408
5 changed files with 121 additions and 76 deletions

View file

@ -95,7 +95,10 @@ angular.module('copayApp.controllers').controller('backupController',
if (val) {
confirmBackupPopup.close();
if ($stateParams.fromOnboarding) $state.go('onboarding.disclaimer');
else $state.go('tabs.home')
else {
$ionicHistory.clearHistory();
$state.go('tabs.home');
}
} else {
confirmBackupPopup.close();
$scope.goToStep(1);