Fixing Identity test

This commit is contained in:
Esteban Ordano 2014-10-25 20:10:54 -03:00
commit 3e5ccabc00
5 changed files with 57 additions and 261 deletions

View file

@ -2,9 +2,7 @@
angular.module('copayApp.controllers').controller('HomeController', function($scope, $rootScope, $location, notification, controllerUtils, pluginManager, identityService) {
controllerUtils.redirIfLogged();
$scope.retreiving = true;
identityService.check($scope);
$scope.retreiving = false;
$scope.openProfile = function(form) {
if (form && form.$invalid) {