Skip to content
Permalink
Browse files

chore(docs): fix dangling links warning in $http API

Closes #10270
  • Loading branch information
jesselpalmer authored and pkozlowski-opensource committed Nov 30, 2014
1 parent e6a2527 commit dde613f18ef1e3f10e6678b957423afd3512ca04
Showing with 4 additions and 2 deletions.
  1. +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

0 comments on commit dde613f

Please sign in to comment.
You can’t perform that action at this time.