mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(select): rephase note on ngOptions
added 'an' and 'the' to ngOptions sentence Closes #5993
This commit is contained in:
parent
4f735b0605
commit
766b3d5c87
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue