summaryrefslogtreecommitdiffstats
path: root/angular-multi-select.js
Commit message (Collapse)AuthorAgeFilesLines
* v3.0.0isteven2015-02-201-900/+0
|
* bug fix: unclosed form tagisteven2014-07-221-2/+2
|
* bug fix: unable to deselect an itemv2.0.0isteven2014-07-151-4/+9
|
* fixed helper elements bug on single selection modeisteven2014-07-141-48/+57
|
* fixed on-close callback bugisteven2014-07-101-6/+9
|
* fixed on-item-click callback bugisteven2014-07-091-4/+4
|
* fixed click listener on single selection modeisteven2014-07-091-5/+6
|
* fixed click listener on single selection modeisteven2014-07-091-3/+7
|
* fixed click listener on single selection modeisteven2014-07-091-27/+11
|
* fixed on-item-click callback parameteristeven2014-07-081-7/+11
|
* changed keypress into keydownisteven2014-07-081-9/+9
|
* v2.0.0isteven2014-07-071-6/+11
|
* v2.0.0isteven2014-07-071-15/+2
|
* v2.0.0isteven2014-07-071-12/+0
|
* v2.0.0isteven2014-07-071-2/+27
|\
| * allow default title shown on the menu dropdownErin Wu2014-06-121-1/+2
| |
| * Adding the possibility to always have a total counterFilipe La Ruina2014-06-041-5/+9
| | | | | | | | If maxLabels="0" it will always display the number of selected itens
* | v2.0.0isteven2014-07-071-216/+630
|/
* Fixed a bug with if statementOmkar Vedpathak2014-05-311-1/+1
| | | Added an if statement closing brace
* Update angular-multi-select.jsJayson Harshbarger2014-05-301-1/+1
| | | Fixes #11
* multi-select now will not close during on touch devices and css updatesisteven2014-05-221-16/+37
|
* added touchstart event and some css updatesisteven2014-05-211-3/+3
|
* allow granular input-model updateisteven2014-05-171-3/+15
|
* v1.1.0. Callbacks and helper elements configv1.1.0isteven2014-05-111-38/+82
|
* Added the ability to execute methdos when the pop up / drop down is open or ↵The Flextras Team2014-05-081-4/+15
| | | | closed.
* bug fix: single selection mode toggleisteven2014-04-171-16/+19
|
* Bug fix: HTML tag on button does not toggle checkboxisteven2014-04-171-5/+25
|
* bug fix: selection-mode attribute is now non compulsoryisteven2014-04-161-10/+20
|
* HTML entity 9662 does not show up in Android. Reverts back to CSSisteven2014-04-141-1/+1
|
* New functionalities! Use HTML tags and granular controlisteven2014-04-131-15/+45
|
* Updating in progres. Do not download this version.isteven2014-04-071-22/+31
|
* Fix validation bug, replaced alert with console, and updated HTML sampleisteven2014-04-031-19/+20
|
* added LICENSE fileisteven2014-03-311-1/+2
|
* Fix MIT Licenseisteven2014-03-311-10/+10
|
* Bug fix, brought back the 'None selected' labelisteven2014-03-301-21/+26
|
* Removed divs inside button tagisteven2014-03-281-73/+83
| | | | | | Changed button into div and make it responsive Removed no-wrap from CSS Used 9662 HTML char as the caret. Caret class is still available.
* Fix dynamic input model loadingisteven2014-03-271-29/+96
| | | | | Attribute validation on input-model, item-label, and tick-property Tested on IE8
* Added new sample (multiselect.htm)isteven2014-03-261-5/+5
|
* Added readme.mdisteven2014-03-261-80/+16
| | | | | Added multiselect.htm example Tested & Fixed basic css
* Display total selection on the buttonisteven2014-03-261-19/+54
| | | | Added MIT License
* added output-modelisteven2014-03-261-27/+49
|
* Fix in-code manualisteven2014-03-251-7/+7
|
* First entryisteven2014-03-251-0/+234
First entry