mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-19 16:10:22 +00:00
Features: - aborting requests - more flexible callbacks (per status code) - custom request headers (per request) - access to response headers - custom transform functions (both request, response) - caching - shortcut methods (get, head, post, put, delete, patch, jsonp) - exposing pendingCount() - setting timeout Breaks Renaming $xhr to $http Breaks Takes one parameter now - configuration object Breaks $xhr.cache removed - use configuration cache: true instead Breaks $xhr.error, $xhr.bulk removed Breaks Callback functions get parameters: response, status, headers Closes #38 Closes #80 Closes #180 Closes #299 Closes #342 Closes #395 Closes #413 Closes #414 Closes #507 |
||
|---|---|---|
| .. | ||
| jstd-scenario-adapter | ||
| scenario | ||
| service | ||
| widget | ||
| angular-mocksSpec.js | ||
| AngularSpec.js | ||
| ApiSpecs.js | ||
| BinderSpec.js | ||
| directivesSpec.js | ||
| InjectorSpec.js | ||
| jqLiteSpec.js | ||
| jquery_alias.js | ||
| jquery_remove.js | ||
| jQueryPatchSpec.js | ||
| JsonSpec.js | ||
| markupSpec.js | ||
| matchers.js | ||
| ResourceSpec.js | ||
| sanitizerSpec.js | ||
| ScenarioSpec.js | ||
| testabilityPatch.js | ||
| widgetsSpec.js | ||