diff options
author | isteven <isteven@server.fake> | 2014-03-28 11:04:31 +0800 |
---|---|---|
committer | isteven <isteven@server.fake> | 2014-03-28 11:04:31 +0800 |
commit | cefbbb6a4c254c09d0270697f9796a7ccd88b31f (patch) | |
tree | b0b42ffb30c36df09d70c38aeb4c8ad874d1ad78 | |
parent | d325cd3105292d00c6e54827de17d30a54c952a1 (diff) | |
download | angular-multi-select-cefbbb6a4c254c09d0270697f9796a7ccd88b31f.zip angular-multi-select-cefbbb6a4c254c09d0270697f9796a7ccd88b31f.tar.gz angular-multi-select-cefbbb6a4c254c09d0270697f9796a7ccd88b31f.tar.bz2 |
README.md update
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,8 +1,8 @@ Angular Multi Select ==================== -Angular Multi Select is a directive which creates a dropdown button with multiple checkboxes. +Angular Multi Select is an AngularJS directive which creates a dropdown button with multiple checkboxes. It memorizes the original state so you can reset your selections. It also allows you to update the input model dynamically. -(screenshot.jpg) + Features -- @@ -31,13 +31,12 @@ Usage is-disabled="multi_select_state" > </div> - // or - + // or this one, but not really tested, so be careful with browser compatibility. + <multi-select ... ... </multi-select> - // ( not really tested, so be careful with browser compatibility) Attributes / Options -- @@ -94,7 +93,7 @@ Example -- Download all the files into a same folder and open multiselect.htm <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. +<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 -- |