This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Description
I'm trying to reset form to it's pristine state, but cannot succeed. I looked for a working example here, but couldn't find that either. I am changing all the input values to empty text (""), and then calling myform.$setPristine(); I think that is the way to do it. But the $setPrisitine() doesn't seem to do anything.
Can anyone guide me where to check or what could be the issue?