mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
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
9 lines
No EOL
326 B
Text
9 lines
No EOL
326 B
Text
@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. |