fix interfase and loggin
This commit is contained in:
parent
238d36c0a7
commit
409cef4d4b
7 changed files with 32 additions and 21 deletions
|
|
@ -5,8 +5,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
controllerUtils.redirIfLogged();
|
||||
|
||||
$scope.retreiving = true;
|
||||
|
||||
walletFactory.getWallets(function(ret) {
|
||||
walletFactory.getWallets(function(err,ret) {
|
||||
$scope.retreiving = false;
|
||||
$scope.hasWallets = (ret && ret.length > 0) ? true : false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue