mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Define debounce option in ng-model-options
This commit is contained in:
2
types/angular/index.d.ts
vendored
2
types/angular/index.d.ts
vendored
@@ -413,7 +413,7 @@ declare namespace angular {
|
||||
// https://docs.angularjs.org/api/ng/directive/ngModelOptions
|
||||
interface INgModelOptions {
|
||||
updateOn?: string;
|
||||
debounce?: any;
|
||||
debounce?: number | { [key: string]: number; };
|
||||
allowInvalid?: boolean;
|
||||
getterSetter?: boolean;
|
||||
timezone?: string;
|
||||
|
||||
Reference in New Issue
Block a user