$q.defer()
  • References/JavaScript/AngularJS/ng services/q

defer(); Creates a Deferred object which represents a task which will finish in the future.

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

patch(url, data, [config]); Shortcut method to perform PATCH request. Parameters

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

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

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

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

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

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

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

getTrusted(type, maybeTrusted); Delegates to

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

replace(); If called, all changes to $location during the current $digest will replace the current history record, instead

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

head(url, [config]); Shortcut method to perform HEAD request. Parameters

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

parseAsCss(expression); Shorthand method. $sce.parseAsCss(value) â $sce.parseAs($sce.CSS, value)

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

valueOf(value); If the passed parameter had been returned by a prior call to

2025-01-10 15:47:30