fix edit/remove button in address book
This commit is contained in:
parent
a0ec2ac18a
commit
75421b35e3
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