ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$asyncValidators Object.<string,

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

controller(name, constructor); See $controllerProvider

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

provider(name, providerType); See $provide.provider(). Parameters

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

$formatters Array.<Function>

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

$pristine boolean True

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

$watchCollection(obj, listener); Shallow watches the properties of an object and fires whenever any of the properties change (for arrays

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

$parent Reference to the parent scope.

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

$invalid boolean True

2025-01-10 15:47:30
$compile.directive.Attributes.
  • References/JavaScript/AngularJS/ng types/compile

$addClass(classVal); Adds the CSS class value specified by the classVal parameter to the element. If animations are enabled then an

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

$setUntouched(); Sets the control to its untouched state. This method can be called to remove the ng-touched class

2025-01-10 15:47:30