$pending boolean True
$invalid boolean True
$dirty boolean True
$pristine boolean True
$submitted boolean
$addControl(control); Register a control with the form. Input elements using ngModelController do this automatically when they are linked
$rollbackViewValue(); Rollback all form controls pending updates to the $modelValue. Updates may be pending by a
$setValidity(); Sets the validity of a form control. This method will also propagate to parent forms.
$setUntouched(); Sets the form to its untouched state. This method can be called to remove the 'ng-touched' class and set the
$setSubmitted(); Sets the form to its submitted state.
Page 1 of 2