From c6923d2df466c80ef3b6a4699da53ff0dcf8fd7a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 4 Nov 2013 10:27:25 -0800 Subject: [PATCH] style: remove ws --- 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 804a86c041d6..cc97411a4c3e 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -941,7 +941,7 @@ var VALID_CLASS = 'ng-valid', * When the directive updates the model value, calling `ngModel.$setViewValue()` the property * on the outer scope will not be updated. However you can get around this by using $parent. * - * Here is an example of this situation. You'll notice that the first div is not updating the input. + * Here is an example of this situation. You'll notice that the first div is not updating the input. * However the second div can update the input properly. * *