Permalink
Browse files
docs($http): fix typo
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/ng/http.js
|
|
@@ -381,7 +381,7 @@ function $HttpProvider() { |
|
|
* |
|
|
* Both requests and responses can be transformed using transformation functions: `transformRequest` |
|
|
* and `transformResponse`. These properties can be a single function that returns |
|
|
* the transformed value (`{function(data, headersGetter, status)`) or an array of such transformation functions, |
|
|
* the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions, |
|
|
* which allows you to `push` or `unshift` a new transformation function into the transformation chain. |
|
|
* |
|
|
* ### Default Transformations |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.