$addControl(control); Register a control with the form. Input elements using ngModelController do this automatically when they are linked
get(key); Retrieves named data stored in the Cache
value(name, object); See $provide.value(). Parameters
$pending Object An
$setPristine(); Sets the form to its pristine state. This method can be called to remove the 'ng-dirty' class and set the form
$setValidity(validationErrorKey, isValid); Change the validity state, and notify the form. This method can be called within
$setValidity(); Sets the validity of a form control. This method will also propagate to parent forms.
filter(name, filterFactory); See $filterProvider
$id Unique scope ID (monotonically increasing) useful for debugging.
animation(name, animationFactory); NOTE: animations take effect only if the ngAnimate module is loaded
Page 5 of 10