We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5bda6 commit 7c1c75bCopy full SHA for 7c1c75b
1 file changed
src/modal/docs/readme.md
@@ -14,7 +14,7 @@ The `$modal` service has only one method: `open(options)` where available option
14
* `backdropClass` - additional CSS class(es) to be added to a modal backdrop template
15
* `windowClass` - additional CSS class(es) to be added to a modal window template
16
* `windowTemplateUrl` - a path to a template overriding modal's window template
17
-* `size` - optional size of modal window. Allowed values: `'sm'` (small) or `'lg'` (large). Requires Bootstrap 3.1.0 or later
+* `size` - optional suffix of modal window class. The value used is appended to the `modal-` class, i.e. a value of `sm` gives `modal-sm`
18
19
The `open` method returns a modal instance, an object with the following properties:
20
0 commit comments