Add width to IDialogOptions

This commit is contained in:
Teun Zengerink
2016-08-12 14:13:19 +02:00
parent 1003a9ce52
commit 123ff34937

View File

@@ -222,6 +222,11 @@ declare namespace angular.dialog {
* If specified, the first matching element is used.
*/
ariaDescribedBySelector?: string;
/**
* Specifies the width of the dialog content element. Default value is null (unspecified)
*/
width?: string|number;
}
/**