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

Commit

Permalink
style: remove ws
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Nov 4, 2013
1 parent de2cced commit c6923d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit c6923d2

Please sign in to comment.