aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/selectSpec.js
AgeCommit message (Collapse)Author
2012-05-02fix(select): don't interfere with selection if not databoundIgor Minar
Closes #926
2012-04-20fix(select): properly handle empty & unknown options without ngOptionsIgor 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-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