$setViewValue(value, trigger); Update the view value. This method should be called when a control wants to change the view value;
$setSubmitted(); Sets the form to its submitted state.
animation(name, animationFactory); NOTE: animations take effect only if the ngAnimate module is loaded
$setValidity(validationErrorKey, isValid); Change the validity state, and notify the form. This method can be called within
$setUntouched(); Sets the form to its untouched state. This method can be called to remove the 'ng-touched' class and set the
$removeClass(classVal); Removes the CSS class value specified by the classVal parameter from the element. If animations are enabled
$viewValue * The
filter(name, filterFactory); See $filterProvider
$setValidity(); Sets the validity of a form control. This method will also propagate to parent forms.
$watch(watchExpression, listener, [objectEquality]); Registers a listener callback to be executed whenever the w
Page 6 of 10