We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6b428 commit e4e5677Copy full SHA for e4e5677
src/ng/directive/select.js
@@ -154,7 +154,7 @@ var SelectController =
154
*
155
* The `select` directive is used together with {@link ngModel `ngModel`} to provide data-binding
156
* 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
+ * It also handles dynamic `<option>` elements, which can be added using the {@link ngRepeat `ngRepeat}` or
158
* {@link ngOptions `ngOptions`} directives.
159
160
* When an item in the `<select>` menu is selected, the value of the selected option will be bound
0 commit comments