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

Commit f1aea54

Browse files
cironunesNarretz
authored andcommitted
docs(ngModel.NgModelController): fix typo
Closes #14157
1 parent 663788d commit f1aea54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngModel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
292292
* the `$viewValue` are different from last time.
293293
*
294294
* Since `ng-model` does not do a deep watch, `$render()` is only invoked if the values of
295-
* `$modelValue` and `$viewValue` are actually different from their previous value. If `$modelValue`
295+
* `$modelValue` and `$viewValue` are actually different from their previous values. If `$modelValue`
296296
* or `$viewValue` are objects (rather than a string or number) then `$render()` will not be
297297
* invoked if you only change a property on the objects.
298298
*/

0 commit comments

Comments
 (0)