adding skipHide as option to IDialogOptions

This commit is contained in:
blbigelow
2016-05-06 10:12:02 -06:00
parent ea5859b23c
commit f4845ed7be

View File

@@ -84,6 +84,7 @@ declare namespace angular.material {
onComplete?: Function;
onRemoving?: Function;
fullscreen?: boolean;
skipHide?: boolean;
}
interface IDialogService {