COMMITS
/ test/ng/directive/inputSpec.js December 8, 2021
E
test(input): fix tests on Firefox v93+
Ed Clement committed
December 5, 2018
M
perf(input): prevent multiple validations on initialization
Martin Staffa committed
June 12, 2018
M
feat(ngModelOptions): add `timeStripZeroSeconds` and `timeSecondsFormat`
Martin Staffa committed
April 24, 2018
G
fix(input[date]): correctly parse 2-digit years
George Kalpakas committed
April 6, 2018
M
fix(input): allow overriding timezone for date input types
Martin Staffa committed
M
fix(input): take timezone into account when validating minimum and maximum date types
Mohamed amr committed
January 12, 2018
M
test(input): add test for IE composition bug
Martin Staffa committed
January 28, 2018
D
feat(input): add `drop` event support (#16420)
Dmitriy committed
February 15, 2017
M
fix(ngScenario): completely remove the angular scenario runner
Martin Staffa committed
December 4, 2017
M
fix(ngModel, input): improve handling of built-in named parsers
Martin Staffa committed
November 17, 2017
M
fix(input[number]): validate min/max against viewValue
Martin Staffa committed
October 13, 2017
M
fix(input): listen on "change" instead of "click" for radio/checkbox ngModels
Martin Staffa committed
April 13, 2016
M
test(input): exclude tests that are only failing on Edge
Martin Staffa committed
January 24, 2017
P
docs(*): ensure naming is correct for Angular(JS) versions
Peter Bacon Darwin committed
January 12, 2017
F
fix(ngValue): correctly update the `value` property when `value` is undefined
frederikprijck committed
December 13, 2016
G
fix(input): fix `step` validation for `input[type=number/range]`
Georgios Kalpakas committed
November 18, 2016
M
chore(*): cleanup msie handling; add support comments
Michał Gołębiowski committed
November 8, 2016
M
fix(input[radio]): use strict comparison when evaluating checked-ness
Martin Staffa committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
October 19, 2016
G
test(input): fix typo (`step="{{step}}""` --> `step="{{step}}"`)
Georgios Kalpakas committed
October 13, 2016
G
fix(input): fix `step` validation for `input[number]`/`input[range]`
Georgios Kalpakas committed
G
refactor(input): avoid duplicating `step`/`ngStep` tests
Georgios Kalpakas committed
October 1, 2016
J
docs(*): fix typos in comments and docs
Justas Brazauskas committed
August 15, 2016
M
feat(input[number]): support step
Martin Staffa committed
July 30, 2016
M
feat(input[range]): support step
Martin Staffa committed
August 12, 2016
M
fix(input[range]): correctly handle min/max; remove ngMin/ngMax support
Martin Staffa committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
April 14, 2016
M
fix(ngValue): set the element's value property in addition to the value attribute
mohamed amr committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
July 29, 2016
M
feat(input): add support for binding to input[type=range] (#14870)
Martin Staffa committed
June 22, 2016
M
test(input): ensure Date objects work for min/max in date input types
Martin Staffa committed
June 6, 2016
M
fix(input[email]): improve email address validation
mirabilos committed
June 11, 2015
L
feat(input[radio]): allow ng-trim to work for input[type=radio]
Lucas Galfaso committed
March 21, 2016
M
fix: make files in src/ jshint: eqeqeq compatible
Martin Staffa committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
March 6, 2016
M
refactor(*): use toBeUndefined consistently
mohamed amr committed
January 23, 2016
J
fix(input): re-validate when partially editing date-family inputs
Jason Bedard committed
January 31, 2016
L
fix(input[date]): support years with more than 4 digits
Lee Adcock committed
January 29, 2016
G
fix(dateFilter, input): fix Date parsing in IE/Edge when timezone offset contains `:`
Georgios Kalpakas committed
August 15, 2015
L
test(input): test for #12106
Lucas Galfaso committed
January 6, 2016
G
test: fix failing tests on MS Edge
Georgios Kalpakas committed
December 15, 2015
G
fix(input): fix URL validation being too strict
Georgios Kalpakas committed
December 11, 2015
J
docs: fix typos throughout the codebase
Justas Brazauskas committed
December 7, 2015
A
fix(input): add missing chars to URL validation regex
Andy Patterson committed
March 20, 2015
A
fix(ngInput): change URL_REGEXP to better match RFC3987
Andrew Austin committed
September 13, 2015
M
test(input): clarify a test's description and expectations
Martin Staffa committed
September 8, 2015
G
fix(input): ignore min/max if they are empty on all input types
Georgios Kalpakas committed
June 15, 2015
C
fix(forms): parse exponential notation in numberInputType parser
Caitlin Potter committed
March 5, 2015
R
test(IE8): remove workarounds for IE8
Rouven Weßling committed
February 7, 2015
S
feat(ngModel): support conversion to timezone other than UTC
Shahar Talmi committed