$invalid boolean True
$pending boolean True
$addControl(control); Register a control with the form. Input elements using ngModelController do this automatically when they are linked
$dirty boolean True
$pristine boolean True
$submitted boolean
$setPristine(); Sets the form to its pristine state. This method can be called to remove the 'ng-dirty' class and set the form
$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.
$setSubmitted(); Sets the form to its submitted state.
Page 1 of 2