Skip to content

Commit e1c03bf

Browse files
davidjnelsonjuliemr
authored andcommitted
docs(select): rephase note on ngOptions
added 'an' and 'the' to ngOptions sentence Closes angular#5993
1 parent b3a41e7 commit e1c03bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var ngOptionsMinErr = minErr('ngOptions');
2929
* option. See example below for demonstration.
3030
*
3131
* <div class="alert alert-warning">
32-
* **Note:** `ngOptions` provides iterator facility for `<option>` element which should be used instead
32+
* **Note:** `ngOptions` provides an iterator facility for the `<option>` element which should be used instead
3333
* of {@link ng.directive:ngRepeat ngRepeat} when you want the
3434
* `select` model to be bound to a non-string value. This is because an option element can only
3535
* be bound to string values at present.

0 commit comments

Comments
 (0)