form.FormController.
  • References/JavaScript/AngularJS/ng types/form

$addControl(control); Register a control with the form. Input elements using ngModelController do this automatically when they are linked

2025-01-10 15:47:30
$cacheFactory.Cache.get()
  • References/JavaScript/AngularJS/ng types/cacheFactory

get(key); Retrieves named data stored in the Cache

2025-01-10 15:47:30
angular.Module.value()
  • References/JavaScript/AngularJS/ng types/angular

value(name, object); See $provide.value(). Parameters

2025-01-10 15:47:30
ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$pending Object An

2025-01-10 15:47:30
form.FormController.
  • References/JavaScript/AngularJS/ng types/form

$setPristine(); Sets the form to its pristine state. This method can be called to remove the 'ng-dirty' class and set the form

2025-01-10 15:47:30
ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$setValidity(validationErrorKey, isValid); Change the validity state, and notify the form. This method can be called within

2025-01-10 15:47:30
form.FormController.
  • References/JavaScript/AngularJS/ng types/form

$setValidity(); Sets the validity of a form control. This method will also propagate to parent forms.

2025-01-10 15:47:30
angular.Module.filter()
  • References/JavaScript/AngularJS/ng types/angular

filter(name, filterFactory); See $filterProvider

2025-01-10 15:47:30
$rootScope.Scope.
  • References/JavaScript/AngularJS/ng types/rootScope

$id Unique scope ID (monotonically increasing) useful for debugging.

2025-01-10 15:47:30
angular.Module.animation()
  • References/JavaScript/AngularJS/ng types/angular

animation(name, animationFactory); NOTE: animations take effect only if the ngAnimate module is loaded

2025-01-10 15:47:30