move wallet preferences to global settings and show tabs on activity view
This commit is contained in:
parent
352cff890f
commit
3b419c616a
19 changed files with 256 additions and 238 deletions
|
|
@ -36,6 +36,7 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
|
|||
$scope.otherWallets = lodash.filter(profileService.getWallets(self.network), function(w) {
|
||||
return w.id != self.walletId;
|
||||
});
|
||||
$scope.wallets = profileService.getWallets();
|
||||
};
|
||||
|
||||
$scope.openAddressbookModal = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue