Skip to content

Commit

Permalink
docs(dialog): emphasize clicking on backdrop in disableClose docs (an…
Browse files Browse the repository at this point in the history
…gular#11767)

Mentions the backdrop explicitly in the `disableClose` docs in order to avoid confusion.

Fixes angular#11750.
  • Loading branch information
crisbeto authored and jelbourn committed Jun 12, 2018
1 parent 9b80a4c commit 8be6d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dialog/dialog-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class MatDialogConfig<D = any> {
/** Custom class for the backdrop, */
backdropClass?: string = '';

/** Whether the user can use escape or clicking outside to close a modal. */
/** Whether the user can use escape or clicking on the backdrop to close the modal. */
disableClose?: boolean = false;

/** Width of the dialog. */
Expand Down

0 comments on commit 8be6d45

Please sign in to comment.