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

Commit 8354d02

Browse files
dwaynepetebacondarwin
authored andcommitted
docs(ngModel.NgModelController): remove extra 'to'
Closes #9702
1 parent 1426b02 commit 8354d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ var VALID_CLASS = 'ng-valid',
969969
*
970970
* We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize}
971971
* module to automatically remove "bad" content like inline event listener (e.g. `<span onclick="...">`).
972-
* However, as we are using `$sce` the model can still decide to to provide unsafe content if it marks
972+
* However, as we are using `$sce` the model can still decide to provide unsafe content if it marks
973973
* that content using the `$sce` service.
974974
*
975975
* <example name="NgModelController" module="customControl" deps="angular-sanitize.js">

0 commit comments

Comments
 (0)