File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1053,6 +1053,10 @@ angular.$http;
1053
1053
*/
1054
1054
angular . $http . Config ;
1055
1055
1056
+ angular . $http . Config . transformRequest ;
1057
+
1058
+ angular . $http . Config . transformResponse ;
1059
+
1056
1060
// /**
1057
1061
// * This extern is currently incomplete as delete is a reserved word.
1058
1062
// * To use delete, index $http.
@@ -1159,6 +1163,13 @@ angular.$http.HttpPromise.error = function(callback) {};
1159
1163
*/
1160
1164
angular . $http . Response ;
1161
1165
1166
+ angular . $HttpProvider ;
1167
+
1168
+ /**
1169
+ * @type {angular.$http.Config }
1170
+ */
1171
+ angular . $HttpProvider . defaults ;
1172
+
1162
1173
/******************************************************************************
1163
1174
* $injector Service
1164
1175
*****************************************************************************/
You can’t perform that action at this time.
0 commit comments