fix address book

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 02:02:12 -03:00
commit 30fe89bd21
4 changed files with 99 additions and 125 deletions

View file

@ -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();
};