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

$modelValue * The

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

$normalize(name); Converts an attribute name (e.g. dash/colon/underscore-delimited string, optionally prefixed with x-

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

run(initializationFn); Use this method to register work which should be performed when the injector is done loading all modules.

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

$rollbackViewValue(); Cancel an update and reset the input element's value to prevent an update to the $modelValue, which

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

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

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

$dirty boolean True

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

$observe(key, fn); Observes an interpolated attribute. The observer function will be invoked once during the next $digest

2025-01-10 15:47:30
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
$cacheFactory.Cache.destroy()
  • References/JavaScript/AngularJS/ng types/cacheFactory

destroy(); Destroys the Cache object entirely

2025-01-10 15:47:30