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

Commit

Permalink
docs (directive): IE8 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Oct 21, 2014
1 parent ba4bf9d commit 568f628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ You can add position indicators by adding this directive where you want :

## Notes :
- if you use IE<=9, iOS<7 or Android<4 please include the [requestAnimationFrame polyfill](https://github.com/darius/requestAnimationFrame/blob/master/requestAnimationFrame.js) in your application.
- if you use IE<=8 include the [es5-shim polyfill](https://github.com/es-shims/es5-shim/blob/master/es5-shim.min.js) in your application.
- don't set any style attribute to your li's. they would be overwritten by the carousel (use classes instead).
- angular-carousel use the great [shifty.js](https://github.com/jeremyckahn/shifty) for the animations

Expand Down

0 comments on commit 568f628

Please sign in to comment.