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
+1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The `$modal` service has only one method: `open(options)` where available option
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
13
*`windowClass` - additional CSS class(es) to be added to a modal window template
14
+
*`windowTemplateUrl` - a path to a template overriding modal's window template
14
15
15
16
The `open` method returns a modal instance, an object with the following properties:
0 commit comments