This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -610,12 +610,14 @@ function $HttpProvider() {
610
610
* `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` –
611
611
* transform function or an array of such functions. The transform function takes the http
612
612
* request body and headers and returns its transformed (typically serialized) version.
613
- * See {@link #overriding-the-default-transformations-per-request Overriding the Default Transformations}
613
+ * See {@link ng.$http#overriding-the-default-transformations-per-request
614
+ * Overriding the Default Transformations}
614
615
* - **transformResponse** –
615
616
* `{function(data, headersGetter)|Array.<function(data, headersGetter)>}` –
616
617
* transform function or an array of such functions. The transform function takes the http
617
618
* response body and headers and returns its transformed (typically deserialized) version.
618
- * See {@link #overriding-the-default-transformations-per-request Overriding the Default Transformations}
619
+ * See {@link ng.$http#overriding-the-default-transformations-per-request
620
+ * Overriding the Default Transformations}
619
621
* - **cache** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the
620
622
* GET request, otherwise if a cache instance built with
621
623
* {@link ng.$cacheFactory $cacheFactory}, this cache will be used for
You can’t perform that action at this time.
0 commit comments