| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-05 | fix(select): support optgroup + select[multiple] combo | _pants | |
| Closes #1553 | |||
| 2012-10-31 | fix(select): select option with a label of 0 is not shown | Sudhir Jonathan | |
| Bug caused by the use of the `||` operator to replace all non-truthy values with an empty string. Changed to replace only `undefined` values. Closes #1401 | |||
| 2012-08-10 | fix(option): support option elements in datalist | Igor Minar | |
| previously we expected to find option elements only within select element and if that was not the case we throw an error. This made it impossible to include datalist element with nested option elements in the template. Closes #1165 | |||
| 2012-05-02 | fix(select): don't interfere with selection if not databound | Igor Minar | |
| Closes #926 | |||
| 2012-04-20 | fix(select): properly handle empty & unknown options without ngOptions | Igor Minar | |
| Previously only when ngOptions was used, we correctly handled situations when model was set to an unknown value. With this change, we'll add/remove extra unknown option or reuse an existing empty option (option with value set to "") when model is undefined. | |||
| 2012-04-20 | test(selectSpec): clean up and simplify specs | Igor Minar | |
| 2012-04-09 | chore(tests): rename all directive names to the normalized form | Igor Minar | |
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
