This commit is contained in:
Matias Alejo Garcia 2014-11-30 01:11:00 -03:00
commit 1eebaa4e94
3 changed files with 4 additions and 4 deletions

View file

@ -23,8 +23,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
return;
}
$rootScope.starting = true;
identityService.open(form.email.$modelValue, form.password.$modelValue, function(err) {
$rootScope.starting = false;
identityService.open(form.email.$modelValue, form.password.$modelValue, function(err, iden) {
if (err) {
copay.logger.warn(err);
if ((err.toString() || '').match('PNOTFOUND')) {