directive in module ng
In Angular, a Controller is defined by a JavaScript constructor function that is used to augment the
Name Description $
put(url, data, [config]); Shortcut method to perform PUT request. Parameters
$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
directive in module ngAnimate
$setValidity(); Sets the validity of a form control. This method will also propagate to parent forms.
Page 24 of 55