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
form.FormController.
  • References/JavaScript/AngularJS/ng types/form

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

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
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

$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

$viewValue * The

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
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
$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