$setPristine();
Sets the control to its pristine state.
This method can be called to remove the ng-dirty
class and set the control to its pristine state (ng-pristine
class). A model is considered to be pristine when the control has not been changed from when first compiled.
Please login to continue.