Add IModalSettings.appendTo propert

This commit is contained in:
Rob Stovenour
2016-07-05 17:14:53 -05:00
committed by GitHub
parent cdbd3dbb39
commit f3171e4cc0
+7
View File
@@ -393,6 +393,13 @@ declare namespace angular.ui.bootstrap {
*/
windowTopClass?: string;
/**
* Appends the modal to a specific element.
*
* @default 'body'
*/
appendTo?: angular.IAugmentedJQuery;
}
interface IModalStackService {