Skip to content

Commit 4151ac2

Browse files
scottywakefieldjamesdaily
authored andcommitted
docs(guide/ie): add info about what IE versions are supported
Added text from angular#4974 Closes angular#5070
1 parent 1d03512 commit 4151ac2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/content/guide/ie.ngdoc

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ This document describes the Internet Explorer (IE) idiosyncrasies when dealing w
88
attributes and tags. Read this document if you are planning on deploying your Angular application
99
on IE v8.0 or earlier.
1010

11+
The project currently supports and will attempt to fix bugs for IE8 and above. The continuous
12+
integration server runs all the tests against IE8. See http://ci.angularjs.org.
13+
14+
IE7 and below are not tested and the project makes no guarantee that Angular will work on it.
15+
A subset of the AngularJS functionality may work. It is up to you to test and decide whether
16+
it works for your particular app.
17+
18+
It is very unlikely that issues specific to IE7 or earlier will be given any time by the core team.
19+
[GitHub](https://github.com/angular/angular.js/issues/4974)
20+
21+
1122
# Short Version
1223

1324
To make your Angular application work on IE please make sure that:

0 commit comments

Comments
 (0)