COMMITS
/ test/ng/directive/ngOptionsSpec.js March 16, 2018
M
chore(travis): update iOs test browsers
Martin Staffa committed
January 10, 2018
M
test(*): fix tests for Safari 10+
Martin Staffa committed
August 6, 2017
G
test(ngOptions): fix flaky test on Firefox 54+ and Safari 9
Georgios Kalpakas committed
June 27, 2017
M
test(ngOptions): ensure options are only painted once on compile
Martin Staffa committed
April 27, 2017
M
fix(ngOptions): re-render after empty option has been removed
Martin Staffa committed
April 25, 2017
M
feat(select): expose info about selection state in controller
Martin Staffa committed
March 17, 2017
P
fix(ngOptions): allow empty option to be removed and re-added
Pol Bonastre committed
April 18, 2017
M
fix(ngOptions): select unknown option if unmatched model does not match empty option
Martin Staffa committed
August 9, 2016
M
test(select, ngOptions): add more tests for "required" with "empty" or "unknown" option
Martin Staffa committed
December 8, 2016
G
fix(ngOptions): do not unset the `selected` property unless necessary
Georgios Kalpakas committed
December 2, 2016
M
fix(ngOptions): don't add comment nodes as empty options
Martin Staffa committed
July 29, 2016
M
fix(select, ngOptions): make the handling of unknown / empty options consistent
Martin Staffa committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 23, 2016
M
fix(ngOptions): remove selected attribute from unselected options
Martin Staffa committed
June 15, 2016
M
fix(ngOptions): don't duplicate groups with falsy values
Martin Staffa committed
June 3, 2016
M
fix(select): remove workaround for Chrome bug
Martin Staffa committed
April 9, 2016
M
perf(ngOptions): use documentFragment to populate select
Martin Staffa committed
March 14, 2016
M
fix(ngOptions): set select value when model matches disabled option
Martin Staffa committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
February 24, 2016
M
fix(ngOptions): always set the 'selected' attribute for selected options
Martin Staffa committed
December 10, 2015
M
fix(ngOptions): don't skip optgroup elements with value === ''
Martin Staffa committed
November 18, 2015
M
fix(ngOptions): don't $dirty multiple select after compilation
mohamed amr committed
October 30, 2015
L
style(ngOptionsSpec): fix code style issue
Lucas Galfaso committed
October 7, 2015
P
fix(ngOptions): skip comments and empty options when looking for options
Peter Bacon Darwin committed
M
Revert "fix(ngOptions): skip comments when looking for option elements"
Martin Staffa committed
September 28, 2015
M
fix(ngOptions): override select option registration
Martin Staffa committed
September 25, 2015
M
fix(ngOptions): skip comments when looking for option elements
Martin Staffa committed
September 26, 2015
M
test(ngOptions): clarify a test description
Martin Staffa committed
September 18, 2015
P
fix(ngOptions): allow falsy values as option group identifiers
Peter Bacon Darwin committed
September 14, 2015
M
fix(ngOptions): throw if ngModel is not present
Martin Staffa committed
September 7, 2015
P
test(ng-options): add tests for option element with no value attribute
Peter Bacon Darwin committed
P
test(ngOptions): fix typo
Peter Bacon Darwin committed
August 10, 2015
A
June 23, 2015
P
fix(ngOptions): only watch numeric properties of an array
Peter Bacon Darwin committed
June 2, 2015
P
fix(ngOptions): do not watch properties starting with $
Peter Bacon Darwin committed
June 1, 2015
S
fix(ngOptions): use reference check only when not using trackBy
Steven Easter committed
May 1, 2015
P
fix(ngOptions): ensure that tracked properties are always watched
Peter Bacon Darwin committed
P
test(ngOptions): remove unnnecessary var
Peter Bacon Darwin committed
P
fix(ngOptions): ensure label is watched in all cases
Peter Bacon Darwin committed
April 30, 2015
P
fix(ngOptions): iterate over the options collection in the same way as `ngRepeat`
Peter Bacon Darwin committed
April 28, 2015
P
fix(ngOptions): use watchCollection not deep watch of ngModel
Peter Bacon Darwin committed
March 27, 2015
B
perf(ngOptions): only perform deep equality check on ngModel if using track by
Brent Dearth committed
January 28, 2015
P
fix(ngOptions): fix model<->option interaction when using track by
Peter Bacon Darwin committed
P
style(ngOptionsSpec): ensure two newlines between specs
Peter Bacon Darwin committed
February 18, 2015
P
fix(ngOptions): ngModel is optional
Peter Bacon Darwin committed
February 9, 2015
S
feat(ngOptions): add support for disabling an option
Stephen Barker committed
January 12, 2015
P
fix(ngOptions): support one-time binding on the option values
Peter Bacon Darwin committed
January 11, 2015
P
fix(ngOptions): prevent infinite digest if track by expression is stable
Peter Bacon Darwin committed
P
fix(ngOptions): update model if selected option is removed
Peter Bacon Darwin committed
P
style(ngOptionsSpec): add extra newline for better formatting
Peter Bacon Darwin committed