Merge pull request #6118 from mkp05/angular-growl-v2-translate

Angular-growl-v2 - added missing properties
This commit is contained in:
Masahiro Wakame
2015-10-06 23:02:20 +09:00
+4 -1
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; };
}
/**