diff options
author | isteven <isteven@server.fake> | 2014-03-28 11:09:10 +0800 |
---|---|---|
committer | isteven <isteven@server.fake> | 2014-03-28 11:09:10 +0800 |
commit | 088163f6e899e785146e2330124d1a474e74d55a (patch) | |
tree | bd1272e489b5997e5718512d47576ffe79c9bfec | |
parent | cefbbb6a4c254c09d0270697f9796a7ccd88b31f (diff) | |
download | angular-multi-select-088163f6e899e785146e2330124d1a474e74d55a.zip angular-multi-select-088163f6e899e785146e2330124d1a474e74d55a.tar.gz angular-multi-select-088163f6e899e785146e2330124d1a474e74d55a.tar.bz2 |
Updates for README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,15 +6,15 @@ Angular Multi Select is an AngularJS directive which creates a dropdown button w Features -- - - Reset checkbox selections to original state + - Reset selections to original state - Dynamically update the input model - Configurable, such as: - - Set model property to bind to the checkbox status + - Set which model property to bind to the checkbox status - Set orientation of checkboxes - Enable / disable checkboxes - Set maximum number of items to be displayed on the button label - Maximum height of checkbox layer in pixels (will show scrollbar on overflow) - - Utilizes angularjs filter + - Utilizes AngularJS filter - Responsive to some extent Usage |