$emit(name, args); Dispatches an event name upwards through the scope hierarchy notifying the registered
expectGET(url, [headers], [keys]); Creates a new request expectation for GET requests. For more info see expect().
url([url]); This method is getter / setter. Return url (e.g. /path?a=b#hash) when called without any parameter.
defaults Runtime equivalent of the $httpProvider.defaults
parseAs(type, expression); Converts Angular expression into a function. This is like
whenJSONP(url, [keys]); Creates a new backend definition for JSONP requests. For more info see when().
$error Object Is
allowGlobals(); If called, allows $controller to find controller constructors on window
debug.logs Array of messages logged using debug().
info.logs Array of messages logged using info().
Page 33 of 55