COMMITS
/ test/ng/directive/validatorsSpec.js March 6, 2019
M
fix(required): correctly validate required on non-input element surrounded by ngIf
Martin Staffa committed
January 26, 2019
M
fix(ngRequired): set error correctly when inside ngRepeat and false by default
Martin Staffa committed
December 5, 2018
M
perf(input): prevent multiple validations on initialization
Martin Staffa committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
October 5, 2016
G
refactor(*): use the `toThrowMinErr()` matcher when possible
Georgios Kalpakas 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
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
August 15, 2015
M
fix(ngModel): let aliased validator directives work on any element
Martin Staffa committed
M
fix(ngModel): validate pattern against the viewValue
Martin Staffa committed
January 29, 2015
M
test(validators): minlength and required must use viewValue in $isEmpty
Martin Staffa committed
January 28, 2015
M
fix(validators): maxlength should use viewValue for $isEmpty
Martin Staffa committed
December 28, 2014
L
refactor(*): rename internal function `int` to `toInt`
Lucas Galfaso committed
December 24, 2014
P
test(input): split tests into smaller files
Peter Bacon Darwin committed