Define debounce option in ng-model-options

This commit is contained in:
Maxim Kulikov
2017-03-29 15:52:59 +03:00
committed by GitHub
parent 49f185c6ec
commit 172eb8218d

View File

@@ -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;