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
parent 72c5f60a18
commit e58b256577
1 changed files with 1 additions and 0 deletions

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)