fix onboarding
This commit is contained in:
parent
fbdc23a012
commit
efcd48eee2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('backupWarningController', fun
|
|||
|
||||
$scope.walletId = $stateParams.walletId;
|
||||
$scope.fromState = $stateParams.from == 'onboarding' ? $stateParams.from + '.backupRequest' : $stateParams.from;
|
||||
$scope.toState = $scope.fromState + ".backup";
|
||||
$scope.toState = $stateParams.from + '.backup';
|
||||
|
||||
$scope.openPopup = function() {
|
||||
$ionicModal.fromTemplateUrl('views/includes/screenshotWarningModal.html', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue