angular.Module.directive()
  • References/JavaScript/AngularJS/ng types/angular

directive(name, directiveFactory); See $compileProvider

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

$pristine boolean True

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

$dirty boolean True

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

$root Reference to the root scope.

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

$apply([exp]); $apply() is used to execute an expression in angular from outside of the angular framework. (For example

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

$on(name, listener); Listens on events of a given type. See

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

$rollbackViewValue(); Rollback all form controls pending updates to the $modelValue. Updates may be pending by a

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

$validators Object.<string, function>

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