fix onboarding

This commit is contained in:
Gabriel Bazán 2016-10-11 16:24:11 -03:00
commit efcd48eee2

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