File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,12 @@ defaultModelOptions = new ModelOptions({
313
313
* - `debounce`: integer value which contains the debounce model update value in milliseconds. A
314
314
* value of 0 triggers an immediate update. If an object is supplied instead, you can specify a
315
315
* custom value for each event. For example:
316
- * `ng-model-options="{ updateOn: 'default blur', debounce: { 'default': 500, 'blur': 0 } }"`
316
+ * ```
317
+ * ng-model-options="{
318
+ * updateOn: 'default blur',
319
+ * debounce: { 'default': 500, 'blur': 0 }
320
+ * }"
321
+ * ```
317
322
* - `allowInvalid`: boolean value which indicates that the model can be set with values that did
318
323
* not validate correctly instead of the default behavior of setting the model to undefined.
319
324
* - `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