We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2fd89 commit 45ee884Copy full SHA for 45ee884
src/ng/directive/select.js
@@ -13,8 +13,8 @@
13
* Optionally `ngOptions` attribute can be used to dynamically generate a list of `<option>`
14
* elements for a `<select>` element using an array or an object obtained by evaluating the
15
* `ngOptions` expression.
16
- *˝˝
17
- * When an item in the select menu is select, the value of array element or object property
+ *
+ * When an item in the `<select>` menu is selected, the value of array element or object property
18
* represented by the selected option will be bound to the model identified by the `ngModel`
19
* directive of the parent select element.
20
*
0 commit comments