diff options
| author | Igor Minar | 2013-12-13 01:49:37 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-01-02 22:04:32 -0800 | 
| commit | 6c17d02bc4cc02f478775d62e1f9f77da9da82ad (patch) | |
| tree | f1bb57a31c541b55fe142d29ff201147a713e2b8 /docs/content | |
| parent | 6a6f71f238d2603cbc286ba29ec7503ad45f7f20 (diff) | |
| download | angular.js-6c17d02bc4cc02f478775d62e1f9f77da9da82ad.tar.bz2 | |
fix($httpBackend): use ActiveX XHR when making PATCH requests on IE8
IE8's native XHR doesn't support PATCH requests, but the ActiveX one does.
I'm also removing the noxhr error doc because nobody will ever get that error.
Closes #2518
Closes #5043
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/error/httpBackend/noxhr.ngdoc | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/docs/content/error/httpBackend/noxhr.ngdoc b/docs/content/error/httpBackend/noxhr.ngdoc deleted file mode 100644 index 3ac5244c..00000000 --- a/docs/content/error/httpBackend/noxhr.ngdoc +++ /dev/null @@ -1,9 +0,0 @@ -@ngdoc error -@name $httpBackend:noxhr -@fullName Unsupported XHR -@description - -This error occurs in browsers that do not support XmlHttpRequest. AngularJS -supports Safari, Chrome, Firefox, Opera, IE8 and higher, and mobile browsers -(Android, Chrome Mobile, iOS Safari). To avoid this error, use an officially -supported browser.
\ No newline at end of file | 
