mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7487 from ajtowf/angular_material_feature
Updated IBottomSheetOptions and IDialogOptions
This commit is contained in:
+2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user