mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #15519 from maxlk/ng-model-options
@types/angular Define debounce option in ng-model-options
This commit is contained in:
commit
51430746a2
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user