Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 78eead6

Browse files
jdavisp3petebacondarwin
authored andcommitted
docs(ngList): improve grammar and clarity
1 parent 7645e05 commit 78eead6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ng/directive/input.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,8 @@ var requiredDirective = function() {
12911291
* @name ng.directive:ngList
12921292
*
12931293
* @description
1294-
* Text input that converts between comma-separated string into an array of strings.
1294+
* Text input that converts between a delimited string and an array of strings. The delimiter
1295+
* can be a fixed string (by default a comma) or a regular expression.
12951296
*
12961297
* @element input
12971298
* @param {string=} ngList optional delimiter that should be used to split the value. If

0 commit comments

Comments
 (0)