We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f05e5 commit b9e899cCopy full SHA for b9e899c
test/ng/directive/inputSpec.js
@@ -3718,7 +3718,7 @@ describe('input', function() {
3718
expect(scope.form.alias.$error.required).toBeTruthy();
3719
});
3720
3721
- it('should not invalidate number if ng-required=false and model is undefined', function() {
+ it('should not invalidate number if ng-required=false and viewValue has not been committed', function() {
3722
compileInput('<input type="number" ng-model="value" name="alias" ng-required="required">');
3723
3724
scope.$apply("required = false");
0 commit comments