Angular-growl-v2: Added missing properties for message configuration

This commit is contained in:
Tadeusz Hucal 2015-10-03 18:32:39 +02:00
parent 98d3168c2c
commit 9d90177e8e

View File

@ -26,9 +26,12 @@ declare module angular.growl {
disableCountDown?: boolean;
disableIcons?: boolean;
disableCloseButton?: boolean;
referenceId?: number;
onclose?: Function;
onopen?: Function;
position?: string;
referenceId?: number;
translateMessage?: boolean;
variables?: { [variable: string]: any; };
}
/**