We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
textarea
1 parent 6d85f24 commit 7f1cd3eCopy full SHA for 7f1cd3e
test/ng/directive/ngListSpec.js
@@ -133,7 +133,7 @@ describe('ngList', function() {
133
});
134
135
it("should support splitting on newlines", function() {
136
- helper.compileInput('<textarea type="text" ng-model="list" ng-trim="false" ng-list=" "></textarea');
+ helper.compileInput('<textarea type="text" ng-model="list" ng-trim="false" ng-list=" "></textarea>');
137
helper.changeInputValueTo('a\nb');
138
expect($rootScope.list).toEqual(['a','b']);
139
0 commit comments