diff options
Diffstat (limited to 'doc/views/dependency-compatibility.htm')
-rw-r--r-- | doc/views/dependency-compatibility.htm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/views/dependency-compatibility.htm b/doc/views/dependency-compatibility.htm new file mode 100644 index 0000000..6b8b3f0 --- /dev/null +++ b/doc/views/dependency-compatibility.htm @@ -0,0 +1,22 @@ +<div class="row"> + <div class="col-sm-12"> + + <h3 class="pageHeading">Dependency & Compatibility</h3> + + <h5>Dependency</h5> + <p> + AngularJs version 1.3.xx. Other versions may or may not work. Please test first. + </p> + + <h5>Browser compatibility</h5> + The directive was tested working on most modern desktop browsers such as: + <ul> + <li>Opera >= 12.16</li> + <li>Internet Explorer 12</li> + <li>Firefox >= 27</li> + <li>Google Chrome >= 33</li> + </ul> + May or may not work on some mobile browsers. Please test first before you use this on mobile environment. + </div> +</div> + |