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

$digest(); Processes all of the watchers

2025-01-10 15:47:30
$sce.isEnabled()
  • References/JavaScript/AngularJS/ng services/sce

isEnabled(); Returns a boolean indicating if SCE is enabled. Returns

2025-01-10 15:47:30
$controllerProvider.allowGlobals()
  • References/JavaScript/AngularJS/ng providers/controllerProvider

allowGlobals(); If called, allows $controller to find controller constructors on window

2025-01-10 15:47:30
$controllerProvider.register()
  • References/JavaScript/AngularJS/ng providers/controllerProvider

register(name, constructor); Parameters Param

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
$anchorScrollProvider.disableAutoScrolling()
  • References/JavaScript/AngularJS/ng providers/anchorScrollProvider

disableAutoScrolling(); By default, $anchorScroll()

2025-01-10 15:47:30
$log.error()
  • References/JavaScript/AngularJS/ng services/log

error(); Write an error message

2025-01-10 15:47:30
$httpProvider.useApplyAsync()
  • References/JavaScript/AngularJS/ng providers/httpProvider

useApplyAsync([value]); Configure $http service to combine processing of multiple http responses received at around the same time via

2025-01-10 15:47:30
$location.search()
  • References/JavaScript/AngularJS/ng services/location

search(search, [paramValue]); This method is getter / setter. Return search part (as object) of current url when called without

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