Merge pull request #4489 from gabrielbazan7/fix/addressBookEdit1
fix edit/remove button in address book
This commit is contained in:
commit
722d59c8a8
2 changed files with 9 additions and 5 deletions
|
|
@ -83,6 +83,10 @@ angular.module('copayApp.controllers').controller('addressbookController', funct
|
|||
});
|
||||
};
|
||||
|
||||
$scope.setSelectedWalletsOpt = function(val) {
|
||||
$scope.selectedWalletsOpt = val;
|
||||
};
|
||||
|
||||
$scope.add = function(addressbook) {
|
||||
$scope.error = null;
|
||||
$timeout(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue