File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2729,7 +2729,7 @@ var ngValueDirective = function() {
2729
2729
* - `debounce`: integer value which contains the debounce model update value in milliseconds. A
2730
2730
* value of 0 triggers an immediate update. If an object is supplied instead, you can specify a
2731
2731
* custom value for each event. For example:
2732
- * `ngModelOptions ="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }"`
2732
+ * `ng-model-options ="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }"`
2733
2733
* - `getterSetter`: boolean value which determines whether or not to treat functions bound to
2734
2734
`ngModel` as getters/setters.
2735
2735
* - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for
You can’t perform that action at this time.
0 commit comments