$commitViewValue(); Commit a pending update to the $modelValue. Updates may be pending by a debounced event or because
$name string The
$touched boolean True
$isEmpty(value); This is called when we need to determine if the value of an input is empty. For instance, the required directive
$invalid boolean True
$render(); Called when the view needs to be updated. It is expected that the user of the ng-model directive will implement this method
$validate(); Runs each of the registered validators (first synchronous validators and then asynchronous validators). If the validity
Page 3 of 3