docs(ngModel.NgModelController): remove extra 'to'

Closes #9702
This commit is contained in:
Dwayne Crooks
2014-10-20 13:41:38 -04:00
committed by Peter Bacon Darwin
parent 1426b02980
commit 8354d02805
+1 -1
View File
@@ -969,7 +969,7 @@ var VALID_CLASS = 'ng-valid',
*
* We are using the {@link ng.service:$sce $sce} service here and include the {@link ngSanitize $sanitize}
* module to automatically remove "bad" content like inline event listener (e.g. `<span onclick="...">`).
* 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
* that content using the `$sce` service.
*
* <example name="NgModelController" module="customControl" deps="angular-sanitize.js">