diff options
| author | scottywakefield | 2013-11-21 14:26:50 +0000 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-21 20:25:41 +0000 |
| commit | 6b5772bbbdbf908cd8b9ec2dc65d4404b836d248 (patch) | |
| tree | d642680dedecd5e83b4842c42df5ce15853332a5 /docs/content | |
| parent | 6288cf5ca471b0615a026fdb4db3ba242c9d8f88 (diff) | |
| download | angular.js-6b5772bbbdbf908cd8b9ec2dc65d4404b836d248.tar.bz2 | |
docs(guide/ie): add info about what IE versions are supported
Added text from https://github.com/angular/angular.js/issues/4974
Closes #5070
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/ie.ngdoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/content/guide/ie.ngdoc b/docs/content/guide/ie.ngdoc index 1b7be90a..8bf5f87d 100644 --- a/docs/content/guide/ie.ngdoc +++ b/docs/content/guide/ie.ngdoc @@ -8,6 +8,17 @@ This document describes the Internet Explorer (IE) idiosyncrasies when dealing w attributes and tags. Read this document if you are planning on deploying your Angular application on IE v8.0 or earlier. +The project currently supports and will attempt to fix bugs for IE8 and above. The continuous +integration server runs all the tests against IE8. See http://ci.angularjs.org. + +IE7 and below are not tested and the project makes no guarantee that Angular will work on it. +A subset of the AngularJS functionality may work. It is up to you to test and decide whether +it works for your particular app. + +It is very unlikely that issues specific to IE7 or earlier will be given any time by the core team. +[GitHub](https://github.com/angular/angular.js/issues/4974) + + # Short Version To make your Angular application work on IE please make sure that: |
