diff options
author | isteven <isteven@server.fake> | 2014-03-28 10:50:45 +0800 |
---|---|---|
committer | isteven <isteven@server.fake> | 2014-03-28 10:50:45 +0800 |
commit | d325cd3105292d00c6e54827de17d30a54c952a1 (patch) | |
tree | cab89cf584b0884771528444baa341fc3aae4806 | |
parent | 48bf08c550f81629619b0e281444d81067402862 (diff) | |
download | angular-multi-select-d325cd3105292d00c6e54827de17d30a54c952a1.zip angular-multi-select-d325cd3105292d00c6e54827de17d30a54c952a1.tar.gz angular-multi-select-d325cd3105292d00c6e54827de17d30a54c952a1.tar.bz2 |
Updated README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -2,7 +2,7 @@ Angular Multi Select ==================== Angular Multi Select is a directive which creates a dropdown button with multiple checkboxes. -[Screenshot!](multiselect.jpg) +(screenshot.jpg) Features -- @@ -93,13 +93,14 @@ Expression to be evaluated. Will disable or enable the checkboxes. Example -- Download all the files into a same folder and open multiselect.htm -Or, here's a fiddle: http://jsfiddle.net/s47RE/ +<br />Or if you prefer JSfiddle: http://jsfiddle.net/s47RE/ +<br />* I don't know why but JSfiddle requires you to click on the caret button. However, the multiselect.htm sample works OK in all browsers I tested. Requirements -- -AngularJS v1.2.15 is used in the script +AngularJS v1.2.15 is used in the script. -Browser Support +Browser Compatibility -- Tested on: - IE8 |