expectJSONP(url, [keys]); Creates a new request expectation for JSONP requests. For more info see expect().
function in module ng
$setViewValue(value, trigger); Update the view value. This method should be called when a control wants to change the view value;
cancel(promise); Cancels a task associated with the promise. Parameters
$apply([exp]); $apply() is used to execute an expression in angular from outside of the angular framework. (For example
constant(name, object); Because the constants are fixed, they get applied before other provide methods. See $provide.constant().
pin(element, parentElement); Associates the provided element with a host parent element to allow the element to be animated even if
getTrustedHtml(value); Shorthand method. $sce.getTrustedHtml(value) âÂÂ
whenPOST(url, [data], [headers], [keys]); Creates a new backend definition for POST requests. For more info see when()
Page 29 of 55