Merge pull request #373 from gabrielbazan7/fix/backBackup
fix back button onboarding backup warning
This commit is contained in:
commit
825014e56b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
angular.module('copayApp.controllers').controller('backupWarningController', function($scope, $state, $timeout, $stateParams, $ionicModal) {
|
||||
|
||||
$scope.walletId = $stateParams.walletId;
|
||||
$scope.fromState = $stateParams.from;
|
||||
$scope.fromState = $stateParams.from == 'onboarding' ? $stateParams.from + '.backupRequest' : $stateParams.from;
|
||||
$scope.toState = $scope.fromState + ".backup";
|
||||
|
||||
$scope.openPopup = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue