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

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

$digest(); Processes all of the watchers

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

factory(name, providerFunction); See $provide.factory(). Parameters

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

decorator(The, This); See $provide.decorator(). Parameters

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
angular.Module.name
  • References/JavaScript/AngularJS/ng types/angular

name Name of the module.

2025-01-10 15:47:30