diff options
| author | David Nelson | 2014-01-26 12:28:06 -0800 | 
|---|---|---|
| committer | Caitlin Potter | 2014-01-26 15:45:04 -0500 | 
| commit | 766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9 (patch) | |
| tree | dcc3ebb7cd59016e7a8d5a07e665ef377ee5c730 | |
| parent | 4f735b060563463d40711180beda6527722482b3 (diff) | |
| download | angular.js-766b3d5c874a9c53fe6bfcf17e498e1dcf42c3a9.tar.bz2 | |
docs(select): rephase note on ngOptions
added 'an' and 'the' to ngOptions sentence
Closes #5993
| -rw-r--r-- | src/ng/directive/select.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index e44b61e9..0e64cc43 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -29,7 +29,7 @@ var ngOptionsMinErr = minErr('ngOptions');   * option. See example below for demonstration.   *   * <div class="alert alert-warning"> - * **Note:** `ngOptions` provides iterator facility for `<option>` element which should be used instead + * **Note:** `ngOptions` provides an iterator facility for the `<option>` element which should be used instead   * of {@link ng.directive:ngRepeat ngRepeat} when you want the   * `select` model to be bound to a non-string value. This is because an option element can only   * be bound to string values at present. | 
