Skip to content

Commit 494a78a

Browse files
Gabriel DelépineGabriel Delépine
Gabriel Delépine
authored and
Gabriel Delépine
committed
Compatibility + Dependencies
1 parent b9b82a9 commit 494a78a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,20 @@ How to use ?
3535
{
3636
dynamicStylesheets.removeAll();
3737
}
38+
39+
====
40+
Compatibility
41+
====
42+
IE >= 8
43+
FF >= 3.5
44+
Chrome >= 4
45+
46+
To make it IE7 compatible, delete "queryselector" in the code but you will need to include jQuery in your page.
47+
About "queryselector" compatibility : http://caniuse.com/queryselector
48+
49+
====
50+
Dependencies
51+
====
52+
No one (only angular of course).
53+
Code tested with angular 1.0.8
54+
Opera >= 10

0 commit comments

Comments
 (0)