From 6c17d02bc4cc02f478775d62e1f9f77da9da82ad Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 13 Dec 2013 01:49:37 -0800 Subject: 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 --- docs/content/error/httpBackend/noxhr.ngdoc | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docs/content/error/httpBackend/noxhr.ngdoc (limited to 'docs/content') 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 -- cgit v1.2.3