clear loading if there is an error when enter a PIN

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 09:42:25 -03:00
commit e58b256577

View file

@ -148,6 +148,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
$scope.error = 'Unknown error';
}
$rootScope.starting = false;
$scope.loading = null;
$timeout(function(){
$rootScope.$digest();
},1)