add wallet indicator in preferences
This commit is contained in:
parent
bbb3acdca1
commit
7c4434adc6
14 changed files with 77 additions and 5 deletions
|
|
@ -5,6 +5,8 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
|
|||
$scope.success = null;
|
||||
|
||||
var wallet = profileService.getWallet($stateParams.walletId);
|
||||
$scope.wallet = wallet;
|
||||
|
||||
var walletId = wallet.credentials.walletId;
|
||||
var defaults = configService.getDefaults();
|
||||
var config = configService.getSync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue