We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01cf6d commit fd792deCopy full SHA for fd792de
CHANGELOG.md
@@ -70,6 +70,7 @@
70
Angular with
71
[Unicode Technical Standard #35](http://unicode.org/reports/tr35/#Date_Format_Patterns) used by
72
Closure, as well as, future DOM apis currently being proposed to w3c.
73
+- `$xhr.error`'s `request` argument has no `callback` property anymore, use `success` instead
74
75
76
src/service/xhr.error.js
@@ -19,7 +19,7 @@
19
* - `method` – `{string}` – The http request method.
20
* - `url` – `{string}` – The request destination.
21
* - `data` – `{(string|Object)=} – An optional request body.
22
- * - `callback` – `{function()}` – The callback function
+ * - `success` – `{function()}` – The success callback function
23
*
24
* @param {Object} response Response object.
25
0 commit comments