Merge pull request #14499 from rgthree/patch-2

Add `multiple` boolean to angular-material IDialogOptions
This commit is contained in:
Arthur Ozga
2017-02-10 14:02:13 -08:00
committed by GitHub
+1
View File
@@ -106,6 +106,7 @@ declare module 'angular' {
onComplete?: Function;
onRemoving?: Function;
skipHide?: boolean;
multiple?: boolean;
fullscreen?: boolean; // default: false
}