$rootScope.Scope.
  • References/JavaScript/AngularJS/ng types/rootScope

$watchGroup(watchExpressions, listener); A variant of

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

$parent Reference to the parent scope.

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

$watchCollection(obj, listener); Shallow watches the properties of an object and fires whenever any of the properties change (for arrays

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

$new(isolate, parent); Creates a new child 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

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

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

$watch(watchExpression, listener, [objectEquality]); Registers a listener callback to be executed whenever the w

2025-01-10 15:47:30