$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
angular.Module.constant()
  • References/JavaScript/AngularJS/ng types/angular

constant(name, object); Because the constants are fixed, they get applied before other provide methods. See $provide.constant().

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

$id Unique scope ID (monotonically increasing) useful for debugging.

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

$eval([expression], [locals]); Executes the expression on the current scope and returns the result. Any exceptions in the

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

$evalAsync([expression], [locals]); Executes the expression on the current scope at a later point in time. The $evalAsync

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

$digest(); Processes all of the watchers

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

$emit(name, args); Dispatches an event name upwards through the scope hierarchy notifying the registered

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

$error Object Is

2025-01-10 15:47:30
$cacheFactory.Cache.remove()
  • References/JavaScript/AngularJS/ng types/cacheFactory

remove(key); Removes an entry from the Cache

2025-01-10 15:47:30