aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
diff options
context:
space:
mode:
authorIgor Minar2013-11-04 10:27:25 -0800
committerIgor Minar2013-11-04 10:35:51 -0800
commitc6923d2df466c80ef3b6a4699da53ff0dcf8fd7a (patch)
tree90a47df0550c913e8abe11cad2c84a895fb0b7f2 /src/ng
parentde2cced192405f352c0cefccd3e7726aef56dae0 (diff)
downloadangular.js-c6923d2df466c80ef3b6a4699da53ff0dcf8fd7a.tar.bz2
style: remove ws
Diffstat (limited to 'src/ng')
-rw-r--r--src/ng/directive/input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js
index 804a86c0..cc97411a 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.
*
* <example module="badIsolatedDirective">