mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add IModalSettings.appendTo propert
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user