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

value(name, object); See $provide.value(). Parameters

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

$dirty boolean True

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
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
$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
$rootScope.Scope.
  • References/JavaScript/AngularJS/ng types/rootScope

$broadcast(name, args); Dispatches an event name downwards to all child scopes (and their children) notifying the registered

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

directive(name, directiveFactory); See $compileProvider

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

$submitted boolean

2025-01-10 15:47:30