Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 21d2ecb

Browse files
docs(README): clarify IE8 support
1 parent 20ab01a commit 21d2ecb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: README.md

+18
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,24 @@ Project files are also available through your favourite package manager:
2525
* **Bower**: `bower install angular-bootstrap`
2626
* **NuGet**: https://nuget.org/packages/Angular.UI.Bootstrap/
2727

28+
## Supported browsers
29+
30+
Directives from this repository are automatically tested with the following browsers:
31+
* Chrome (stable and canary channel)
32+
* Firefox
33+
* IE 9 and 10
34+
* Opera
35+
* Safari
36+
37+
Modern mobile browsers should work without problems.
38+
39+
**IE 8 is not officially supported at the moment**. This project is run by volunteers and with the current number of commiters
40+
we are not in the position to guarantee IE8 support. If you need support for IE8 we would welcome a contributor who would like to take care about IE8.
41+
Alternativelly you could sponsor this project to guarantee IE8 support.
42+
43+
We believe that most of the directives would work OK after including relevant shims and taking care of the steps described in
44+
http://docs.angularjs.org/guide/ie but we are simply not regularly testing against IE8.
45+
2846
## Project philosophy
2947

3048
### Native, lightweight directives

0 commit comments

Comments
 (0)