Permalink
Browse files
chore(docs): fix dangling links warning in $http API
- Loading branch information
Showing
with
4 additions
and
2 deletions.
-
+4
−2
src/ng/http.js
|
|
@@ -610,12 +610,14 @@ function $HttpProvider() { |
|
|
* `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` – |
|
|
* transform function or an array of such functions. The transform function takes the http |
|
|
* request body and headers and returns its transformed (typically serialized) version. |
|
|
* See {@link #overriding-the-default-transformations-per-request Overriding the Default Transformations} |
|
|
* See {@link ng.$http#overriding-the-default-transformations-per-request |
|
|
* Overriding the Default Transformations} |
|
|
* - **transformResponse** – |
|
|
* `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` – |
|
|
* transform function or an array of such functions. The transform function takes the http |
|
|
* response body and headers and returns its transformed (typically deserialized) version. |
|
|
* See {@link #overriding-the-default-transformations-per-request Overriding the Default Transformations} |
|
|
* See {@link ng.$http#overriding-the-default-transformations-per-request |
|
|
* Overriding the Default Transformations} |
|
|
* - **cache** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the |
|
|
* GET request, otherwise if a cache instance built with |
|
|
* {@link ng.$cacheFactory $cacheFactory}, this cache will be used for |
|
|
|