Skip to content

Instantly share code, notes, and snippets.

@kfiil
Last active December 30, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfiil/7893322 to your computer and use it in GitHub Desktop.
Save kfiil/7893322 to your computer and use it in GitHub Desktop.
Clearing a Form in AngularJS(1.2.x) (#JavaScript #AngularJS)
//Source http://blog.hugeaim.com/2013/04/07/clearing-a-form-with-angularjs/
//make the record pristine
$scope.commentForm.$setPristine();
$scope.comment = {..};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment