Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a2acd79

Browse files
committedMar 25, 2014
docs(guide/ie): note dropping IE8 in 1.3
1 parent 3982d9b commit a2acd79

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed
 

‎docs/content/guide/ie.ngdoc

+14-9
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,24 @@
44

55
# Overview
66

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+
714
This document describes the Internet Explorer (IE) idiosyncrasies when dealing with custom HTML
815
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.
1317

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).
1722

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.
2025

2126

2227
# Short Version

0 commit comments

Comments
 (0)
This repository has been archived.