We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c08b43 commit 19b51caCopy full SHA for 19b51ca
1 file changed
test/ng/directive/inputSpec.js
@@ -958,14 +958,6 @@ describe('input', function() {
958
});
959
960
961
- xit('should require at least one item', function() {
962
- compileInput('<input type="text" ng-model="list" ng-list required />');
963
-
964
- changeInputValueTo(' , ');
965
- expect(inputElm).toBeInvalid();
966
- });
967
968
969
it('should convert empty string to an empty array', function() {
970
compileInput('<input type="text" ng-model="list" ng-list />');
971
0 commit comments