From 8354d028052b7a736c2c7a5d0ec94b73d9f12f33 Mon Sep 17 00:00:00 2001 From: Dwayne Crooks Date: Mon, 20 Oct 2014 13:41:38 -0400 Subject: [PATCH] docs(ngModel.NgModelController): remove extra 'to' Closes #9702 --- src/ng/directive/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 481f86729..4b03780c1 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -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. ``). - * 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. * *