docs(alert): add default value for enableBackdropDismiss

Closes #11370
This commit is contained in:
Markus Wagner
2017-04-26 13:24:07 +02:00
committed by mhartington
parent 272893278d
commit 6b42677460

View File

@ -128,15 +128,15 @@ import { Config } from '../../config/config';
* *
* Alert options * Alert options
* *
* | Property | Type | Description | * | Property | Type | Description |
* |-----------------------|-----------|---------------------------------------------------------------------------| * |-----------------------|-----------|------------------------------------------------------------------------------|
* | title | `string` | The title for the alert. | * | title | `string` | The title for the alert. |
* | subTitle | `string` | The subtitle for the alert. | * | subTitle | `string` | The subtitle for the alert. |
* | message | `string` | The message for the alert. | * | message | `string` | The message for the alert. |
* | cssClass | `string` | Additional classes for custom styles, separated by spaces. | * | cssClass | `string` | Additional classes for custom styles, separated by spaces. |
* | inputs | `array` | An array of inputs for the alert. See input options. | * | inputs | `array` | An array of inputs for the alert. See input options. |
* | buttons | `array` | An array of buttons for the alert. See buttons options. | * | buttons | `array` | An array of buttons for the alert. See buttons options. |
* | enableBackdropDismiss | `boolean` | Whether the alert should be dismissed by tapping the backdrop. | * | enableBackdropDismiss | `boolean` | Whether the alert should be dismissed by tapping the backdrop. Default true. |
* *
* *
* Input options * Input options