mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6118 from mkp05/angular-growl-v2-translate
Angular-growl-v2 - added missing properties
This commit is contained in:
+4
-1
@@ -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; };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user