File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,12 @@ defaultModelOptions = new ModelOptions({
313313 * - `debounce`: integer value which contains the debounce model update value in milliseconds. A
314314 * value of 0 triggers an immediate update. If an object is supplied instead, you can specify a
315315 * 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+ * ```
317322 * - `allowInvalid`: boolean value which indicates that the model can be set with values that did
318323 * not validate correctly instead of the default behavior of setting the model to undefined.
319324 * - `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