We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f157d02 commit 2abea75Copy full SHA for 2abea75
1 file changed
src/ng/directive/select.js
@@ -18,7 +18,7 @@ var ngOptionsMinErr = minErr('ngOptions');
18
* In many cases, `ngRepeat` can be used on `<option>` elements instead of `ngOptions` to achieve a
19
* similar result. However, the `ngOptions` provides some benefits such as reducing memory and
20
* increasing speed by not creating a new scope for each repeated instance, as well as providing
21
- * more flexibility in how the `select`'s model is assigned via `select as`. `ngOptions should be
+ * more flexibility in how the `select`'s model is assigned via `select as`. `ngOptions` should be
22
* used when the `select` model needs to be bound to a non-string value. This is because an option
23
* element can only be bound to string values at present.
24
*
0 commit comments