From e4b6a1eaa4a432b0082c7abbff8f4bb169cf846e Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Thu, 1 Aug 2013 15:11:10 -0700 Subject: docs(minerr): fill in error message descriptions Errors I've documented so far: - `$injector:cdep` - `$injector:itkn` - `$injector:modulerr` - `$injector:nomod` - `$injector:pget` - `$injector:unpr` - `ng:areq` - `ng:cpi` - `ng:cpws` - `ngModel:noass` Closes #3430 --- docs/content/error/httpBackend/noxhr.ngdoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/content/error/httpBackend') diff --git a/docs/content/error/httpBackend/noxhr.ngdoc b/docs/content/error/httpBackend/noxhr.ngdoc index a311620f..3ac5244c 100644 --- a/docs/content/error/httpBackend/noxhr.ngdoc +++ b/docs/content/error/httpBackend/noxhr.ngdoc @@ -2,3 +2,8 @@ @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