Merge pull request #9239 from blbigelow/master

adding skipHide as option to IDialogOptions
This commit is contained in:
Mohamed Hegazy
2016-06-21 15:28:49 -07:00
committed by GitHub
+1
View File
@@ -95,6 +95,7 @@ declare namespace angular.material {
onComplete?: Function;
onRemoving?: Function;
fullscreen?: boolean;
skipHide?: boolean;
}
interface IDialogService {