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
Closes #901
  • Loading branch information
pkozlowski-opensource committed Sep 4, 2013
1 parent 82532d1 commit 37777ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ Modern mobile browsers should work without problems.
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.
We believe that most of the directives would work OK after:
* including relevant shims (for ES5 we recommend https://github.com/kriskowal/es5-shim)
* taking care of the steps described in http://docs.angularjs.org/guide/ie

We are simply not regularly testing against IE8.

## Project philosophy

Expand Down

0 comments on commit 37777ca

Please sign in to comment.