aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
diff options
context:
space:
mode:
authorDave Peticolas2013-10-02 20:42:01 -0700
committerPete Bacon Darwin2013-10-05 21:49:16 +0100
commit78eead6775427bf02d9ad92e5c0d54a674794b9e (patch)
tree76ef4bc7416fef617468aa26ea24579f17a98a07 /src/ng/directive/input.js
parent7645e05e4d7143316cb169b221030e74498f0a1a (diff)
downloadangular.js-78eead6775427bf02d9ad92e5c0d54a674794b9e.tar.bz2
docs(ngList): improve grammar and clarity
Diffstat (limited to 'src/ng/directive/input.js')
-rw-r--r--src/ng/directive/input.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js
index ee613a6e..50a7471b 100644
--- a/src/ng/directive/input.js
+++ b/src/ng/directive/input.js
@@ -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