mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-21 17:00:24 +00:00
docs(ngList): improve grammar and clarity
This commit is contained in:
parent
7645e05e4d
commit
78eead6775
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue