From 78eead6775427bf02d9ad92e5c0d54a674794b9e Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 2 Oct 2013 20:42:01 -0700 Subject: docs(ngList): improve grammar and clarity --- src/ng/directive/input.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3