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

Commit cc96188

Browse files
LeonardoBragaNarretz
authored andcommitted
docs(ngModel): improve formatting of $modelValue
Closes #11483
1 parent 69f4d0f commit cc96188

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
@@ -504,7 +504,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
504504
* If the validity changes to invalid, the model will be set to `undefined`,
505505
* unless {@link ngModelOptions `ngModelOptions.allowInvalid`} is `true`.
506506
* If the validity changes to valid, it will set the model to the last available valid
507-
* modelValue, i.e. either the last parsed value or the last value set from the scope.
507+
* `$modelValue`, i.e. either the last parsed value or the last value set from the scope.
508508
*/
509509
this.$validate = function() {
510510
// ignore $validate before model is initialized

0 commit comments

Comments
 (0)