docs(overlays): update the overlay docs for multiple classes in cssClass

closes #7618
This commit is contained in:
Brandy Carney
2016-08-10 11:11:59 -04:00
parent e244d09eaa
commit 54a33e08e7
5 changed files with 36 additions and 36 deletions

View File

@ -158,7 +158,7 @@ export class Loading extends ViewController {
* |-----------------------|------------|------------------------------------------------------------------------------------------------------------------|
* | spinner |`string` | The name of the SVG spinner for the loading indicator. |
* | content |`string` | The html content for the loading indicator. |
* | cssClass |`string` | An additional class for custom styles. |
* | cssClass |`string` | Additional classes for custom styles, separated by spaces. |
* | showBackdrop |`boolean` | Whether to show the backdrop. Default true. |
* | dismissOnPageChange |`boolean` | Whether to dismiss the indicator when navigating to a new page. Default false. |
* | duration |`number` | How many milliseconds to wait before hiding the indicator. By default, it will show until `dismiss()` is called. |