post(url, data, [config]); Shortcut method to perform POST request. Parameters
state([state]); This method is getter / setter. Return the history state object when called without any parameter. Change
trustAsJs(value); Shorthand method. $sce.trustAsJs(value) âÂÂ
all(promises); Combines multiple promises into a single promise that is resolved when all of the input promises are resolved.
setClass(element, add, remove, [options]); Performs both the addition and removal of a CSS classes on an element and (during the process)
$locationChangeStart Broadcasted before a URL will change. This change can be prevented by calling preventDefault
trustAsUrl(value); Shorthand method. $sce.trustAsUrl(value) âÂÂ
enabled([element], [enabled]); Used to get and set whether animations are enabled or not on the entire application or on an element
absUrl(); This method is getter only. Return full url representation with all segments encoded according to rules specified in
get(url, [config]); Shortcut method to perform GET request. Parameters
Page 3 of 10