We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a41e7 commit e1c03bfCopy full SHA for e1c03bf
src/ng/directive/select.js
@@ -29,7 +29,7 @@ var ngOptionsMinErr = minErr('ngOptions');
29
* option. See example below for demonstration.
30
*
31
* <div class="alert alert-warning">
32
- * **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
33
* of {@link ng.directive:ngRepeat ngRepeat} when you want the
34
* `select` model to be bound to a non-string value. This is because an option element can only
35
* be bound to string values at present.
0 commit comments