File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ var ngOptionsMinErr = minErr('ngOptions');
17
17
* elements for the `<select>` element using the array or object obtained by evaluating the
18
18
* `ngOptions` comprehension expression.
19
19
*
20
- * In many cases, `ngRepeat` can be used on `<option>` elements instead of `ngOptions` to achieve a
21
- * similar result. However, `ngOptions` provides some benefits such as reducing memory and
20
+ * In many cases, {@link ng.directive:ngRepeat ngRepeat} can be used on `<option>` elements
21
+ * instead of `ngOptions` to achieve a similar result.
22
+ * However, `ngOptions` provides some benefits such as reducing memory and
22
23
* increasing speed by not creating a new scope for each repeated instance, as well as providing
23
24
* more flexibility in how the `<select>`'s model is assigned via the `select` **`as`** part of the
24
25
* comprehension expression. `ngOptions` should be used when the `<select>` model needs to be bound
You can’t perform that action at this time.
0 commit comments