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 @@ -1101,7 +1101,7 @@ var DEFAULT_REGEXP = /(\s+|^)default(\s+|$)/;
1101
1101
* - `debounce`: integer value which contains the debounce model update value in milliseconds. A
1102
1102
* value of 0 triggers an immediate update. If an object is supplied instead, you can specify a
1103
1103
* custom value for each event. For example:
1104
- * `ng-model-options="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }"`
1104
+ * `ng-model-options="{ updateOn: 'default blur', debounce: { 'default': 500, 'blur': 0 } }"`
1105
1105
* - `allowInvalid`: boolean value which indicates that the model can be set with values that did
1106
1106
* not validate correctly instead of the default behavior of setting the model to undefined.
1107
1107
* - `getterSetter`: boolean value which determines whether or not to treat functions bound to
You can’t perform that action at this time.
0 commit comments