We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a460ce4 commit e2312e3Copy full SHA for e2312e3
src/ng/directive/validators.js
@@ -15,7 +15,7 @@
15
* for more info.
16
*
17
* The validator will set the `required` error key to true if the `required` attribute is set and
18
- * calling {@link ngModel.NgModelController#$isEmpty `NgModelController.$isEmpty` with the
+ * calling {@link ngModel.NgModelController#$isEmpty `NgModelController.$isEmpty`} with the
19
* {@link ngModel.NgModelController#$viewValue `ngModel.$viewValue`} returns `true`. For example, the
20
* `$isEmpty()` implementation for `input[text]` checks the length of the `$viewValue`. When developing
21
* custom controls, `$isEmpty()` can be overwritten to account for a $viewValue that is not string-based.
0 commit comments