mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Merge remote-tracking branch 'upstream/master' into merge_7_25
This commit is contained in:
8
angular-ui-bootstrap/index.d.ts
vendored
8
angular-ui-bootstrap/index.d.ts
vendored
@@ -379,12 +379,18 @@ declare module 'angular' {
|
||||
* @default 'model-open'
|
||||
*/
|
||||
openedClass?: string;
|
||||
|
||||
/**
|
||||
* CSS class(es) to be added to the top modal window.
|
||||
*/
|
||||
|
||||
windowTopClass?: string;
|
||||
|
||||
/**
|
||||
* Appends the modal to a specific element.
|
||||
*
|
||||
* @default 'body'
|
||||
*/
|
||||
appendTo?: angular.IAugmentedJQuery;
|
||||
}
|
||||
|
||||
interface IModalStackService {
|
||||
|
||||
Reference in New Issue
Block a user