Merge pull request #382 from gabrielbazan7/fix/onboarding01

fix onboarding
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-11 16:32:06 -03:00 committed by GitHub
commit b5c899a7a2

View file

@ -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', {