$animate.enabled()
  • References/JavaScript/AngularJS/ng services/animate

enabled([element], [enabled]); Used to get and set whether animations are enabled or not on the entire application or on an element

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
$location.absUrl()
  • References/JavaScript/AngularJS/ng services/location

absUrl(); This method is getter only. Return full url representation with all segments encoded according to rules specified in

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

startSymbol([value]); Symbol to denote start of expression in the interpolated string. Defaults to {{.

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

get(url, [config]); Shortcut method to perform GET request. Parameters

2025-01-10 15:47:30
ngInit
  • References/JavaScript/AngularJS/ng directives

directive in module ng

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

trustAs(type, value); Returns an object that is trusted by angular for use in specified strict contextual escaping contexts (such as

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

get(cacheId); Get access to a cache object by the cacheId used when it was created.

2025-01-10 15:47:30
angular.isObject
  • References/JavaScript/AngularJS/ng functions

function in module ng

2025-01-10 15:47:30
$templateCache
  • References/JavaScript/AngularJS/ng services

service in module ng

2025-01-10 15:47:30