COMMITS
/ test/ng/directive/selectSpec.js January 28, 2020
C
docs(*): fix spelling errors
comet committed
August 6, 2018
M
fix(select): allow to select first option with value `undefined`
Martin Staffa committed
April 25, 2017
M
feat(select): expose info about selection state in controller
Martin Staffa 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
February 5, 2017
M
fix(select): add attribute "selected" for select[multiple]
Martin Staffa committed
January 26, 2017
M
fix(select): keep ngModel when selected option is recreated by ngRepeat
Martin Staffa committed
December 9, 2016
G
refactor(*): replace `HashMap` with `NgMap`
Georgios Kalpakas committed
December 3, 2016
G
fix(select): do not throw when removing the element (e.g. via `ngIf`)
Georgios Kalpakas committed
October 28, 2016
J
test(*): fix some inconsequential typos
Josh Soref committed
March 5, 2015
G
refactor(*): introduce isNumberNaN
gdi2290 committed
July 29, 2016
M
fix(select): add/remove selected attribute for selected/unselected options
Martin Staffa committed
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 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
July 6, 2016
M
test(jQuery): Run tests with jQuery 3
Michał Gołębiowski committed
M
fix(select): don't register options when select has no ngModel
Martin Staffa committed
May 21, 2016
M
fix(select): handle model updates when options are manipulated
Martin Staffa committed
February 6, 2016
M
feat(select): support values of any type added with ngValue
Martin Staffa committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
January 28, 2016
G
fix(select): handle corner case of adding options via a custom directive
Georgios Kalpakas committed
December 18, 2015
M
fix(select): re-define ngModelCtrl.$render in the select postLink fn
Martin Staffa committed
September 7, 2015
P
test(select): add tests for option element with no value attribute
Peter Bacon Darwin committed
August 13, 2015
M
test(select): clean up and improve the option directive tests
Martin Staffa committed
M
fix(select): update option if interpolated value attribute changes
Martin Staffa committed
May 14, 2015
C
fix(select): prevent unknown option being added to select when bound to null property
Craig Warren committed
April 8, 2015
S
fix(select): allow empty option to be added dynamically by ng-repeat
Slaven Tomac committed
March 23, 2015
M
fix(select): don't call $render twice if $viewValue ref changes
Martin Staffa committed
February 17, 2015
P
fix(select): remove unknown option when model is undefined and empty option is available
Peter Bacon Darwin committed
January 10, 2015
P
refact(ngOptions): move into its own file
Peter Bacon Darwin committed
January 4, 2015
P
fix(ngOptions): ensure that the correct option is selected when options are loaded async
Peter Bacon Darwin committed
November 25, 2014
M
fix(select): use strict compare when removing option from ctrl
Martin Staffa committed
November 22, 2014
L
fix(select): fix several issues when moving options between groups
Lucas Galfaso committed
November 13, 2014
P
fix(select): ensure the label attribute is updated in Internet Explorer
Peter Bacon Darwin committed
P
test(select): refactor option elements expectations to use `toEqualOption` matcher
Peter Bacon Darwin committed
November 8, 2014
H
style(*): add rules requireSpace(After|Before)BinaryOperators
Henry Zhu committed
November 6, 2014
M
fix(select): use strict comparison for isSelected with selectAs
Martin Staffa committed
October 21, 2014
J
fix(select): assign result of track exp to element value
Juan Gabriel Jimenez Campos committed
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 22, 2014
October 19, 2014
H
style(*): add disallowTrailingComma rule for objects and arrays
Henry Zhu committed
October 9, 2014
J
fix(select): add basic track by and select as support
Jeff Cross committed
October 3, 2014
S
fix(select): manage select controller options correctly
Shahar Talmi committed
J
fix(select): make ngOptions support selectAs and trackBy together
Jeff Cross committed
October 8, 2014
J
fix(select): throw for selectAs and trackBy
Jeff Cross committed
October 7, 2014
T
refactor(select): reduce duplication and reorder functions
Tobias Bosch committed
September 4, 2014
S
fix(select): use $viewValue instead of $modelValue
Shahar Talmi committed
September 24, 2014
B
fix(select): make ctrl.hasOption method consistent
Brian Ford committed
September 23, 2014
C
feat(input): support dynamic element validation
Caitlin Potter committed
September 11, 2014
B
fix(select): update option labels when model changes
Brian Ford committed