You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: src/modal/docs/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The `$modal` service has only one method: `open(options)` where available option
9
9
*`resolve` - members that will be resolved and passed to the controller as locals; it is equivalent of the `resolve` property for AngularJS routes
10
10
*`backdrop` - controls presence of a backdrop. Allowed values: true (default), false (no backdrop), `'static'` - backdrop is present but modal window is not closed when clicking outside of the modal window.
11
11
*`keyboard` - indicates whether the dialog should be closable by hitting the ESC key, defaults to true
12
+
*`windowClass` - additional CSS class(es) to be added to a modal window template
12
13
13
14
The `open` method returns a modal instance, an object with the following properties:
0 commit comments