$setTouched();
Sets the control to its touched state.
This method can be called to remove the ng-untouched
class and set the control to its touched state (ng-touched
class). A model is considered to be touched when the user has first focused the control element and then shifted focus away from the control (blur event).
Please login to continue.