Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 7c1c75b

Browse files
committed
docs(modal): update documentation on size
1 parent df5bda6 commit 7c1c75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `$modal` service has only one method: `open(options)` where available option
1414
* `backdropClass` - additional CSS class(es) to be added to a modal backdrop template
1515
* `windowClass` - additional CSS class(es) to be added to a modal window template
1616
* `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
17+
* `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`
1818

1919
The `open` method returns a modal instance, an object with the following properties:
2020

0 commit comments

Comments
 (0)