jsonp(url, [config]);
Shortcut method to perform JSONP
request.
Parameters
Param | Type | Details |
---|---|---|
url | string | Relative or absolute URL specifying the destination of the request. The name of the callback should be the string |
config (optional) | Object | Optional configuration object |
Returns
HttpPromise |
Future object |
Please login to continue.