Ref return walletId after select wallet
This commit is contained in:
parent
f08f30240a
commit
a013151791
5 changed files with 17 additions and 20 deletions
|
|
@ -13,12 +13,7 @@ angular.module('copayApp.controllers').controller('walletsController', function(
|
|||
return;
|
||||
}
|
||||
|
||||
var obj = {
|
||||
'walletId': walletId,
|
||||
'walletName': walletName,
|
||||
'client': profileService.getClient(walletId)
|
||||
}
|
||||
$scope.$emit('walletSelected', obj);
|
||||
$scope.$emit('walletSelected', walletId);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue