added wallet id to disclaimer route params
This commit is contained in:
parent
19a3e9afdc
commit
845bf1063f
4 changed files with 4 additions and 4 deletions
|
|
@ -91,7 +91,7 @@ angular.module('copayApp.controllers').controller('backupController',
|
|||
$ionicHistory.removeBackView();
|
||||
$state.go('tabs.home');
|
||||
}
|
||||
else $state.go('onboarding.disclaimer', {backedUp: false});
|
||||
else $state.go('onboarding.disclaimer', {walletId: $stateParams.walletId, backedUp: true});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue