From 2edb085d4d6068ef4cf682dc92ce06a24e53710d Mon Sep 17 00:00:00 2001 From: Aaron Mulder Date: Fri, 26 May 2017 11:23:40 -0400 Subject: [PATCH] docs(modal): document cssClass option (#11797) Adds documentation for #10020 --- src/components/modal/modal-controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modal/modal-controller.ts b/src/components/modal/modal-controller.ts index 0cdad09968..d047189025 100644 --- a/src/components/modal/modal-controller.ts +++ b/src/components/modal/modal-controller.ts @@ -65,6 +65,7 @@ import { DeepLinker } from '../../navigation/deep-linker'; * |-----------------------|------------|------------------------------------------------------------------------------------------------------------------| * | showBackdrop |`boolean` | Whether to show the backdrop. Default true. | * | enableBackdropDismiss |`boolean` | Whether the popover should be dismissed by tapping the backdrop. Default true. | + * | cssClass |`string` | Additional classes for custom styles, separated by spaces. | * * A modal can also emit data, which is useful when it is used to add or edit * data. For example, a profile page could slide up in a modal, and on submit,