fix address book
This commit is contained in:
parent
4c0db8942f
commit
30fe89bd21
4 changed files with 99 additions and 125 deletions
|
|
@ -468,7 +468,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
$modalInstance.close(addr);
|
||||
};
|
||||
|
||||
$scope.cancel = function() {
|
||||
$scope.cancel = function(form) {
|
||||
$scope.error = $scope.success = null;
|
||||
$scope.toggleForm();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue