fix edit/remove button in address book

This commit is contained in:
Gabriel Bazán 2016-06-22 14:21:08 -03:00
commit 75421b35e3
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() {