Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c6923d2

Browse files
committed
style: remove ws
1 parent de2cced commit c6923d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ var VALID_CLASS = 'ng-valid',
941941
* When the directive updates the model value, calling `ngModel.$setViewValue()` the property
942942
* on the outer scope will not be updated. However you can get around this by using $parent.
943943
*
944-
* Here is an example of this situation. You'll notice that the first div is not updating the input.
944+
* Here is an example of this situation. You'll notice that the first div is not updating the input.
945945
* However the second div can update the input properly.
946946
*
947947
* <example module="badIsolatedDirective">

0 commit comments

Comments
 (0)