index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ng
/
directive
/
select.js
Age
Commit message (
Expand
)
Author
2014-02-28
style: enable jscs requireRightStickedOperators rule
Igor Minar
2014-02-16
docs(bike-shed-migration): fix invalid </file name=""> HTML in examples
Peter Bacon Darwin
2014-02-16
docs(bike-shed-migration): let markdown deal with extenal links
Peter Bacon Darwin
2014-02-16
docs(bike-shed-migration): convert <doc:...> examples to <example>...
Peter Bacon Darwin
2014-02-16
docs(bike-shed-migration): convert doctype and names
Peter Bacon Darwin
2014-01-28
test(docs): convert example end to end doc tests from scenario runner to prot...
Julie
2014-01-26
docs(select): rephase note on ngOptions
David Nelson
2014-01-21
docs(select): add callout style for a note
Brian Ford
2014-01-21
docs(select): add object comparison warning
Dan Matthews
2014-01-10
docs(select): update regexp grouping cheat-sheat
Ajay Roopakalu
2014-01-10
feat(select): allow multiline ng-options
Ajay Roopakalu
2013-12-17
fix(select): invalidate when 'multiple`, `required` and model is `[]`
Caitlin Potter
2013-12-13
perf(jqLite): implement and use the `empty` method in place of `html(‘’)`
Michał Gołębiowski
2013-10-24
docs(select): fix typo
wiebl
2013-10-22
style: make jshint happy
Vojta Jina
2013-10-07
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin
2013-10-07
style(select): fix semicolons and vars
Peter Bacon Darwin
2013-10-03
docs(select): clarify usage
gdennie
2013-10-01
refactor(select): simplify the ngOptions regular expression
Stefan hr Berder
2013-09-13
fix(ngOptions): ignore object properties which start with $
Gowtam Lal
2013-06-19
feat(jqLite): switch bind/unbind to more recent jQuery on/off
Michał Gołębiowski
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-06-13
docs(select): fix typos in ngOptions
Misha Moroshko
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
2013-05-14
feat(select): match options by expression other than object identity
quazzie
2013-05-07
fix(select): ensure empty option is not lost in IE9
Chad Smith
2013-04-19
docs(select): fix attribute documentation
Shyam Seshadri
2013-03-20
chore(select): Fix ngOptions regexp capture comment.
Arlen Christian Mart Cuss
2012-12-05
fix(select): support optgroup + select[multiple] combo
_pants
2012-11-25
docs(api): add ngRequired to input/select/textarea directives
Dean Sofer
2012-10-31
fix(select): select option with a label of 0 is not shown
Sudhir Jonathan
2012-09-06
fix(*): name all anonymous watch functions in Angular
Shyam Seshadri
2012-08-10
fix(option): support option elements in datalist
Igor Minar
2012-06-12
docs(*): simplify doc urls
Igor Minar
2012-05-04
chore(docs): re-skin main documentation
Misko Hevery
2012-05-02
fix(select): don't interfere with selection if not databound
Igor Minar
2012-04-20
fix(select): properly handle empty & unknown options without ngOptions
Igor Minar
2012-04-10
chore(*): remove dead code and fix code style issues
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