We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b82a9 commit 494a78aCopy full SHA for 494a78a
README.md
@@ -35,3 +35,20 @@ How to use ?
35
{
36
dynamicStylesheets.removeAll();
37
}
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