aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/selectSpec.js
AgeCommit message (Expand)Author
2014-03-20fix(select): avoid checking option element selected properties in renderJeff Balboni
2014-01-10feat(select): allow multiline ng-optionsAjay Roopakalu
2013-12-17fix(select): invalidate when 'multiple`, `required` and model is `[]`Caitlin Potter
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-09-13fix(ngOptions): ignore object properties which start with $Gowtam Lal
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-14feat(select): match options by expression other than object identityquazzie
2013-05-07fix(select): ensure empty option is not lost in IE9Chad Smith
2012-12-05fix(select): support optgroup + select[multiple] combo_pants
2012-10-31fix(select): select option with a label of 0 is not shownSudhir Jonathan
2012-08-10fix(option): support option elements in datalistIgor Minar
2012-05-02fix(select): don't interfere with selection if not databoundIgor Minar
2012-04-20fix(select): properly handle empty & unknown options without ngOptionsIgor Minar
2012-04-20test(selectSpec): clean up and simplify specsIgor Minar
2012-04-09chore(tests): rename all directive names to the normalized formIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery