We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1f600 commit 9e2c215Copy full SHA for 9e2c215
1 file changed
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