diff options
author | isteven <isteven@server.fake> | 2014-07-07 14:29:26 +0800 |
---|---|---|
committer | isteven <isteven@server.fake> | 2014-07-07 14:29:26 +0800 |
commit | 022bc64818b402a5533bfba74e56b9e8d0951712 (patch) | |
tree | cf9f1d4e069d73b0fb4cc992111b94cbc295e44a | |
parent | 4b270b50b26460453dffd31131dab2125e98815a (diff) | |
download | angular-multi-select-022bc64818b402a5533bfba74e56b9e8d0951712.zip angular-multi-select-022bc64818b402a5533bfba74e56b9e8d0951712.tar.gz angular-multi-select-022bc64818b402a5533bfba74e56b9e8d0951712.tar.bz2 |
v2.0.0
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 262d1a6..9e2a647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ - Supports arrow key navigation (up, down, left, right, and spacebar). - New CSS styling - default-label attribute. You can define your default text on the button when nothing is selected. -- on-item-click attribute. This is a callback which will be triggered when a user click an item. +- on-item-click attribute. This is a callback which will be triggered when a user click an item. Will pass the clicked item to the callback function. +- on-open and on-close callbacks will now pass the multi-select element (HTML) to the callback function. ##### Removed / Deprecated: - on-focus attribute is deprecated. |