$setValidity(); Sets the validity of a form control. This method will also propagate to parent forms.
$error Object Is
$valid boolean True
$removeControl(control); Deregister a control from the form. Input elements using ngModelController do this automatically when
$commitViewValue(); Commit all form controls pending updates to the $modelValue. Updates may be pending by a debounced
$setDirty(); Sets the form to a dirty state. This method can be called to add the 'ng-dirty' class and set the form to a dirty
Page 2 of 2