Merge pull request #4489 from gabrielbazan7/fix/addressBookEdit1

fix edit/remove button in address book
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-22 16:10:53 -03:00 committed by GitHub
commit 722d59c8a8
2 changed files with 9 additions and 5 deletions

View file

@ -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() {