$compile.directive.Attributes.
  • References/JavaScript/AngularJS/ng types/compile

$attr A map of DOM element attribute names to the normalized name. This

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

$set(name, value); Set DOM element attribute value. Parameters

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

$new(isolate, parent); Creates a new child scope

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

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

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

$removeClass(classVal); Removes the CSS class value specified by the classVal parameter from the element. If animations are enabled

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

$validators Object.<string, function>

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

$watch(watchExpression, listener, [objectEquality]); Registers a listener callback to be executed whenever the w

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

$viewValue * The

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

$setSubmitted(); Sets the form to its submitted state.

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

$setViewValue(value, trigger); Update the view value. This method should be called when a control wants to change the view value;

2025-01-10 15:47:30