diff --git a/js/controllers/send.js b/js/controllers/send.js index e9f3d92ec..880132a7c 100644 --- a/js/controllers/send.js +++ b/js/controllers/send.js @@ -72,8 +72,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