diff options
| author | Igor Minar | 2013-11-04 10:27:25 -0800 | 
|---|---|---|
| committer | Igor Minar | 2013-11-04 10:35:51 -0800 | 
| commit | c6923d2df466c80ef3b6a4699da53ff0dcf8fd7a (patch) | |
| tree | 90a47df0550c913e8abe11cad2c84a895fb0b7f2 | |
| parent | de2cced192405f352c0cefccd3e7726aef56dae0 (diff) | |
| download | angular.js-c6923d2df466c80ef3b6a4699da53ff0dcf8fd7a.tar.bz2 | |
style: remove ws
| -rw-r--r-- | src/ng/directive/input.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 804a86c0..cc97411a 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -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"> | 
