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

Commit dde520e

Browse files
committed
docs(ngModelOptions): fix link text
1 parent 394b185 commit dde520e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ng/directive/ngModelOptions.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ defaultModelOptions = new ModelOptions({
417417
* The `ngModelOptions` expression is only evaluated once when the directive is linked; it is not
418418
* watched for changes. However, it is possible to override the options on a single
419419
* {@link ngModel.NgModelController} instance with
420-
* {@link ngModel.NgModelController#$overrideModelOptions}. See also the example for
420+
* {@link ngModel.NgModelController#$overrideModelOptions `NgModelController#$overrideModelOptions()`}.
421+
* See also the example for
421422
* {@link ngModelOptions#default-events-extra-triggers-and-catch-all-debounce-values
422423
* Default events, extra triggers, and catch-all debounce values}.
423424
*

0 commit comments

Comments
 (0)