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

Commit 89c57a8

Browse files
dwaynepetebacondarwin
authored andcommitted
docs(ngModel.NgModelController): remove extra 'to'
Closes #9702
1 parent 2240c11 commit 89c57a8

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
@@ -1625,7 +1625,7 @@ var VALID_CLASS = 'ng-valid',
16251625
*
16261626
* We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize}
16271627
* 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
1628+
* However, as we are using `$sce` the model can still decide to provide unsafe content if it marks
16291629
* that content using the `$sce` service.
16301630
*
16311631
* <example name="NgModelController" module="customControl" deps="angular-sanitize.js">

0 commit comments

Comments
 (0)