return headers

This commit is contained in:
Matias Alejo Garcia 2014-12-01 16:19:34 -03:00
commit b096fd50a7
5 changed files with 10 additions and 10 deletions

View file

@ -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) {