return headers
This commit is contained in:
parent
67fd6344dd
commit
b096fd50a7
5 changed files with 10 additions and 10 deletions
|
|
@ -18,6 +18,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
|
||||
$scope.done = function() {
|
||||
$rootScope.starting = false;
|
||||
$rootScope.$digest();
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -46,7 +47,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
} else {
|
||||
$scope.error = 'Unknown error';
|
||||
}
|
||||
$scope.done();
|
||||
return $scope.done();
|
||||
}
|
||||
|
||||
if (iden) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue