diff --git a/test/ng/directive/inputSpec.js b/test/ng/directive/inputSpec.js index 9f843e59..88708b6a 100644 --- a/test/ng/directive/inputSpec.js +++ b/test/ng/directive/inputSpec.js @@ -3718,7 +3718,7 @@ describe('input', function() { expect(scope.form.alias.$error.required).toBeTruthy(); }); - 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() { compileInput(''); scope.$apply("required = false");