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 7070 Angular with
7171 [ Unicode Technical Standard #35 ] ( http://unicode.org/reports/tr35/#Date_Format_Patterns ) used by
7272 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
7374
7475
7576
Original file line number Diff line number Diff line change 1919 * - `method` – `{string}` – The http request method.
2020 * - `url` – `{string}` – The request destination.
2121 * - `data` – `{(string|Object)=} – An optional request body.
22- * - `callback ` – `{function()}` – The callback function
22+ * - `success ` – `{function()}` – The success callback function
2323 *
2424 * @param {Object } response Response object.
2525 *
You can’t perform that action at this time.
0 commit comments