working!
This commit is contained in:
parent
fe37bcc9e9
commit
9ad326cd30
8 changed files with 20 additions and 22 deletions
|
|
@ -4,10 +4,10 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
|
||||
controllerUtils.redirIfLogged();
|
||||
|
||||
$scope.loading = true;
|
||||
$scope.retreiving = true;
|
||||
|
||||
walletFactory.getWallets(function(ret) {
|
||||
$scope.loading = false;
|
||||
$scope.retreiving = false;
|
||||
$scope.hasWallets = (ret && ret.length > 0) ? true : false;
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue