Skip to content

Commit

Permalink
Add IModalSettings.appendTo propert
Browse files Browse the repository at this point in the history
  • Loading branch information
robstove authored Jul 5, 2016
1 parent cdbd3db commit f3171e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions angular-ui-bootstrap/angular-ui-bootstrap.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f3171e4

Please sign in to comment.