$cacheFactory.info()
  • References/JavaScript/AngularJS/ng services/cacheFactory

info(); Get information about all the caches that have been created Returns

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

jsonp(url, [config]); Shortcut method to perform JSONP request. Parameters

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

parseAsHtml(expression); Shorthand method. $sce.parseAsHtml(expression string) â $sce.parseAs($sce.HTML, value)

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

delete(url, [config]); Shortcut method to perform DELETE request. Parameters

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

pendingRequests Array.<Object>

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

trustAs(type, value); Delegates to $sceDelegate

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

$locationChangeSuccess Broadcasted after a URL was changed. The newState and oldState parameters may

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

addClass(element, className, [options]); Triggers an addClass animation surrounding the addition of the provided CSS class(es). Upon

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

enter(element, parent, [after], [options]); Inserts the element into the DOM either after the after element (if provided)

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

trustAsHtml(value); Shorthand method. $sce.trustAsHtml(value) âÂÂ

2025-01-10 15:47:30