mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
style: remove ws
This commit is contained in:
parent
de2cced192
commit
c6923d2df4
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue