directive(name, directiveFactory); See $compileProvider
$pristine boolean True
$dirty boolean True
$root Reference to the root scope.
$apply([exp]); $apply() is used to execute an expression in angular from outside of the angular framework. (For example
$on(name, listener); Listens on events of a given type. See
$rollbackViewValue(); Rollback all form controls pending updates to the $modelValue. Updates may be pending by a
$set(name, value); Set DOM element attribute value. Parameters
$validators Object.<string, function>
$setPristine(); Sets the form to its pristine state. This method can be called to remove the 'ng-dirty' class and set the form
Page 5 of 10