We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61c5d3 commit 00815dbCopy full SHA for 00815db
src/ng/directive/ngModelOptions.js
@@ -102,7 +102,7 @@ defaultModelOptions = new ModelOptions({
102
*
103
* The `ngModelOptions` settings are found by evaluating the value of the attribute directive as
104
* an AngularJS expression. This expression should evaluate to an object, whose properties contain
105
- * the settings. For example: `<div "ng-model-options"="{ debounce: 100 }"`.
+ * the settings. For example: `<div ng-model-options="{ debounce: 100 }"`.
106
107
* ## Inheriting Options
108
0 commit comments