Updated IBottomSheetOptions and IDialogOptions

This commit is contained in:
ajtowf
2016-01-04 23:08:53 +01:00
parent bdaf2f0eb1
commit ac388955e0
+2
View File
@@ -16,6 +16,7 @@ declare module angular.material {
targetEvent?: MouseEvent;
resolve?: {[index: string]: angular.IPromise<any>}
controllerAs?: string;
bindToController?: boolean;
parent?: string|Element|JQuery; // default: root node
disableParentScroll?: boolean; // default: true
}
@@ -76,6 +77,7 @@ declare module angular.material {
resolve?: {[index: string]: angular.IPromise<any>}
controllerAs?: string;
parent?: string|Element|JQuery; // default: root node
fullscreen?: boolean;
onComplete?: Function;
}