reset note in form
This commit is contained in:
parent
e85431861e
commit
eea45d4413
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ angular.module('copayApp.controllers').controller('SendController',
|
||||||
});
|
});
|
||||||
|
|
||||||
// reset fields
|
// reset fields
|
||||||
$scope.address = $scope.amount = $scope.comment = null;
|
$scope.address = $scope.amount = $scope.commentText = null;
|
||||||
form.address.$pristine = form.amount.$pristine = form.comment.$pristine = true;
|
form.address.$pristine = form.amount.$pristine = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
// QR code Scanner
|
// QR code Scanner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue