We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2240c11 commit 89c57a8Copy full SHA for 89c57a8
src/ng/directive/input.js
@@ -1625,7 +1625,7 @@ var VALID_CLASS = 'ng-valid',
1625
*
1626
* We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize}
1627
* module to automatically remove "bad" content like inline event listener (e.g. `<span onclick="...">`).
1628
- * However, as we are using `$sce` the model can still decide to to provide unsafe content if it marks
+ * However, as we are using `$sce` the model can still decide to provide unsafe content if it marks
1629
* that content using the `$sce` service.
1630
1631
* <example name="NgModelController" module="customControl" deps="angular-sanitize.js">
0 commit comments