fixes notification for invalid credentials

This commit is contained in:
Matias Pando 2014-10-28 18:06:32 -03:00
commit b08ccb6111
6 changed files with 24 additions and 18 deletions

View file

@ -10,6 +10,6 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
return;
}
$scope.loading = true;
identityService.open($scope, form);
identityService.open($scope, form);
}
});