Merge pull request #7487 from ajtowf/angular_material_feature

Updated IBottomSheetOptions and IDialogOptions
This commit is contained in:
Masahiro Wakame
2016-01-11 16:56:45 +09:00
+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;
}