clear loading if there is an error when enter a PIN
This commit is contained in:
parent
72c5f60a18
commit
e58b256577
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
||||||
$scope.error = 'Unknown error';
|
$scope.error = 'Unknown error';
|
||||||
}
|
}
|
||||||
$rootScope.starting = false;
|
$rootScope.starting = false;
|
||||||
|
$scope.loading = null;
|
||||||
$timeout(function(){
|
$timeout(function(){
|
||||||
$rootScope.$digest();
|
$rootScope.$digest();
|
||||||
},1)
|
},1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue