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

Commit 00815db

Browse files
jjhamptongkalpak
authored andcommitted
docs(ng-model-options): remove extra quotes in example
Remove unnecessary quotes around attribute directive name in the docs example. This syntax is incorrect. Closes #16362
1 parent a61c5d3 commit 00815db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ng/directive/ngModelOptions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ defaultModelOptions = new ModelOptions({
102102
*
103103
* The `ngModelOptions` settings are found by evaluating the value of the attribute directive as
104104
* an AngularJS expression. This expression should evaluate to an object, whose properties contain
105-
* the settings. For example: `<div "ng-model-options"="{ debounce: 100 }"`.
105+
* the settings. For example: `<div ng-model-options="{ debounce: 100 }"`.
106106
*
107107
* ## Inheriting Options
108108
*

0 commit comments

Comments
 (0)