File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 70
70
Angular with
71
71
[ Unicode Technical Standard #35 ] ( http://unicode.org/reports/tr35/#Date_Format_Patterns ) used by
72
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
73
74
74
75
75
76
Original file line number Diff line number Diff line change 19
19
* - `method` – `{string}` – The http request method.
20
20
* - `url` – `{string}` – The request destination.
21
21
* - `data` – `{(string|Object)=} – An optional request body.
22
- * - `callback ` – `{function()}` – The callback function
22
+ * - `success ` – `{function()}` – The success callback function
23
23
*
24
24
* @param {Object } response Response object.
25
25
*
You can’t perform that action at this time.
0 commit comments