style: remove ws

This commit is contained in:
Igor Minar 2013-11-04 10:27:25 -08:00
parent de2cced192
commit c6923d2df4

View file

@ -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">