This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# Overview
6
6
7
+ <div class="alert alert-warning">
8
+ **Note:** AngularJS 1.3 is dropping support for IE8. Read more about it on
9
+ [our blog](http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html).
10
+ AngularJS 1.2 will continue to support IE8, but the core team does not plan to spend time
11
+ addressing issues specific to IE8 or earlier.
12
+ </div>
13
+
7
14
This document describes the Internet Explorer (IE) idiosyncrasies when dealing with custom HTML
8
15
attributes and tags. Read this document if you are planning on deploying your Angular application
9
- on IE v8.0 or earlier.
10
-
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.
16
+ on IE8 or earlier.
13
17
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.
18
+ The project currently supports and will attempt to fix bugs for IE9 and above. The continuous
19
+ integration server runs all the tests against IE9, IE10, and IE11. See
20
+ [Travis CI](https://travis-ci.org/angular/angular.js) and
21
+ [ci.angularjs.org](http://ci.angularjs.org).
17
22
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)
23
+ We do not run tests on IE8 and below. A subset of the AngularJS functionality may work on these
24
+ browesers, but it is up to you to test and decide whether it works for your particular app.
20
25
21
26
22
27
# Short Version
You can’t perform that action at this time.
0 commit comments