docs(select): rephase note on ngOptions

added 'an' and 'the' to ngOptions sentence

Closes #5993
This commit is contained in:
David Nelson 2014-01-26 12:28:06 -08:00 committed by Caitlin Potter
parent 4f735b0605
commit 766b3d5c87

View file

@ -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.