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

Commit

Permalink
docs(README): clarify IE8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Aug 24, 2013
1 parent 20ab01a commit 21d2ecb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ Project files are also available through your favourite package manager:
* **Bower**: `bower install angular-bootstrap`
* **NuGet**: https://nuget.org/packages/Angular.UI.Bootstrap/

## Supported browsers

Directives from this repository are automatically tested with the following browsers:
* Chrome (stable and canary channel)
* Firefox
* IE 9 and 10
* Opera
* Safari

Modern mobile browsers should work without problems.

**IE 8 is not officially supported at the moment**. This project is run by volunteers and with the current number of commiters
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.
Alternativelly you could sponsor this project to guarantee IE8 support.

We believe that most of the directives would work OK after including relevant shims and taking care of the steps described in
http://docs.angularjs.org/guide/ie but we are simply not regularly testing against IE8.

## Project philosophy

### Native, lightweight directives
Expand Down

0 comments on commit 21d2ecb

Please sign in to comment.