docs(ngList): improve grammar and clarity

This commit is contained in:
Dave Peticolas 2013-10-02 20:42:01 -07:00 committed by Pete Bacon Darwin
parent 7645e05e4d
commit 78eead6775

View file

@ -1291,7 +1291,8 @@ var requiredDirective = function() {
* @name ng.directive:ngList
*
* @description
* Text input that converts between comma-separated string into an array of strings.
* Text input that converts between a delimited string and an array of strings. The delimiter
* can be a fixed string (by default a comma) or a regular expression.
*
* @element input
* @param {string=} ngList optional delimiter that should be used to split the value. If