8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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`} direc 41BA tives.
159
160
* When an item in the `<select>` menu is selected, the value of the selected option will be bound
0 commit comments