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

Commit 916078a

Browse files
authored
Fix incorrect syntax on ng-model-options example
Removed unnecessary quotes around attribute directive.
1 parent 394b185 commit 916078a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngModelOptions.js

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