Merge pull request #952 from matiu/feature/txproposal01

Feature/txproposal01
This commit is contained in:
Manuel Aráoz 2014-07-25 18:05:02 -03:00
commit 811dc6dd3b
4 changed files with 88 additions and 15 deletions

View file

@ -73,8 +73,8 @@ angular.module('copayApp.controllers').controller('SendController',
});
// reset fields
$scope.address = $scope.amount = $scope.comment = null;
form.address.$pristine = form.amount.$pristine = form.comment.$pristine = true;
$scope.address = $scope.amount = $scope.commentText = null;
form.address.$pristine = form.amount.$pristine = true;
};
// QR code Scanner