We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$http({ method: string, url: string, data: string|object, dataType: string, success: function(response: object?), error: function(response: object?) });
All ajax calls are done asynchronously and all functions are treated like callbacks.
###method
method
Argument used to define type of network request to be made.
Acceptable Input: GET, PUT, POST, DELETE and JSONP.
GET
PUT
POST
DELETE
JSONP