From 6b5772bbbdbf908cd8b9ec2dc65d4404b836d248 Mon Sep 17 00:00:00 2001 From: scottywakefield Date: Thu, 21 Nov 2013 14:26:50 +0000 Subject: docs(guide/ie): add info about what IE versions are supported Added text from https://github.com/angular/angular.js/issues/4974 Closes #5070 --- docs/content/guide/ie.ngdoc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/content/guide') 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: -- cgit v1.2.3