Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 45ee884

Browse files
Misha Moroshkopetebacondarwin
Misha Moroshko
authored andcommitted
docs(select): fix typos in ngOptions
1 parent 9e2fd89 commit 45ee884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/select.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* Optionally `ngOptions` attribute can be used to dynamically generate a list of `<option>`
1414
* elements for a `<select>` element using an array or an object obtained by evaluating the
1515
* `ngOptions` expression.
16-
*˝˝
17-
* When an item in the select menu is select, the value of array element or object property
16+
*
17+
* When an item in the `<select>` menu is selected, the value of array element or object property
1818
* represented by the selected option will be bound to the model identified by the `ngModel`
1919
* directive of the parent select element.
2020
*

0 commit comments

Comments
 (0)