state([state]); This method is getter / setter. Return the history state object when called without any parameter. Change
enabled([element], [enabled]); Used to get and set whether animations are enabled or not on the entire application or on an element
getTrustedUrl(value); Shorthand method. $sce.getTrustedUrl(value) âÂÂ
post(url, data, [config]); Shortcut method to perform POST request. Parameters
host(); This method is getter only. Return host of current url. Note: compared to the non-angular version location
parseAsResourceUrl(expression); Shorthand method. $sce.parseAsResourceUrl(value) â $sce.parseAs($sce.RESOURCE_URL
trustAsUrl(value); Shorthand method. $sce.trustAsUrl(value) âÂÂ
get(url, [config]); Shortcut method to perform GET request. Parameters
$controllerProvider
get(cacheId); Get access to a cache object by the cacheId used when it was created.
Page 3 of 10