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

Commit 194ade2

Browse files
ReneFerwerdagkalpak
authored andcommitted
docs(select): fix typo
Closes #13491
1 parent 1329e0f commit 194ade2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ var SelectController =
154154
*
155155
* The `select` directive is used together with {@link ngModel `ngModel`} to provide data-binding
156156
* between the scope and the `<select>` control (including setting default values).
157-
* Ìt also handles dynamic `<option>` elements, which can be added using the {@link ngRepeat `ngRepeat}` or
157+
* It also handles dynamic `<option>` elements, which can be added using the {@link ngRepeat `ngRepeat}` or
158158
* {@link ngOptions `ngOptions`} directives.
159159
*
160160
* When an item in the `<select>` menu is selected, the value of the selected option will be bound

0 commit comments

Comments
 (0)