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
@@ -10,6 +10,7 @@ The `$modal` service has only one method: `open(options)` where available option
10
10
*`resolve` - members that will be resolved and passed to the controller as locals; it is equivalent of the `resolve` property for AngularJS routes
11
11
*`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.
12
12
*`keyboard` - indicates whether the dialog should be closable by hitting the ESC key, defaults to true
13
+
*`backdropClass` - additional CSS class(es) to be added to a modal backdrop template
13
14
*`windowClass` - additional CSS class(es) to be added to a modal window template
14
15
*`windowTemplateUrl` - a path to a template overriding modal's window template
15
16
*`size` - optional size of modal window. Allowed values: `'sm'` (small) or `'lg'` (large). Requires Bootstrap 3.1.0 or later
0 commit comments