FormController (type in module ng )

Description

FormController keeps track of all its controls and nested forms as well as state of them, such as being valid/invalid or dirty/pristine.

Each form directive creates an instance of FormController.

Properties