do not select wallet on 'ready' message
This commit is contained in:
parent
972b29b5de
commit
3191ba200c
4 changed files with 6 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
controllerUtils.onErrorDigest(
|
||||
$scope, (err.toString() || '').match('PNOTFOUND') ? 'Profile not found' : 'Unknown error');
|
||||
} else {
|
||||
console.log('$rootScope.wallet -->', $rootScope.wallet, 'FIRST WALLET ->', firstWallet);
|
||||
controllerUtils.bindProfile($scope, iden, firstWallet);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue