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

Commit 9e2c215

Browse files
committed
docs(ngRequired): fix link
1 parent 8a1f600 commit 9e2c215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/validators.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* for more info.
1616
*
1717
* 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
18+
* calling {@link ngModel.NgModelController#$isEmpty `NgModelController.$isEmpty`} with the
1919
* {@link ngModel.NgModelController#$viewValue `ngModel.$viewValue`} returns `true`. For example, the
2020
* `$isEmpty()` implementation for `input[text]` checks the length of the `$viewValue`. When developing
2121
* custom controls, `$isEmpty()` can be overwritten to account for a $viewValue that is not string-based.

0 commit comments

Comments
 (0)