Show HomeWallet immediately the when profile was started

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-13 18:54:30 -03:00
commit 183d6ec15c
9 changed files with 9 additions and 10 deletions

View file

@ -18,7 +18,6 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
$rootScope.fromEmailConfirmation = false;
}
$scope.retreiving = false;
Compatibility.check($scope);
$scope.openProfile = function(form) {
@ -27,7 +26,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
$scope.error = 'Please enter the required fields';
return;
}
$scope.loading = true;
$rootScope.starting = true;
identityService.open($scope, form);
}