diff options
| author | Dave Peticolas | 2013-10-02 20:42:01 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-05 21:49:16 +0100 | 
| commit | 78eead6775427bf02d9ad92e5c0d54a674794b9e (patch) | |
| tree | 76ef4bc7416fef617468aa26ea24579f17a98a07 | |
| parent | 7645e05e4d7143316cb169b221030e74498f0a1a (diff) | |
| download | angular.js-78eead6775427bf02d9ad92e5c0d54a674794b9e.tar.bz2 | |
docs(ngList): improve grammar and clarity
| -rw-r--r-- | src/ng/directive/input.js | 3 | 
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 | 
