We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb2cf9 commit 2746a1cCopy full SHA for 2746a1c
src/ng/directive/input.js
@@ -941,7 +941,7 @@ var VALID_CLASS = 'ng-valid',
941
* When the directive updates the model value, calling `ngModel.$setViewValue()` the property
942
* on the outer scope will not be updated. However you can get around this by using $parent.
943
*
944
- * 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.
945
* However the second div can update the input properly.
946
947
* <example module="badIsolatedDirective">
0 commit comments