Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2312e3

Browse files
committed
docs(ngRequired): fix link
1 parent a460ce4 commit e2312e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/validators.js

Lines changed: 1 addition & 1 deletion
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)