diff --git a/src/dialog/README.md b/src/dialog/README.md index 845322f89d..eea4b44583 100644 --- a/src/dialog/README.md +++ b/src/dialog/README.md @@ -91,3 +91,7 @@ The dialog object returned by the `$dialog` service methods `open` and `message` Closes the dialog. Optionally a result can be specified. The result is used to resolve the promise returned by the `open` method. +#### `isOpen` + +Returns true if the dialog is shown, else returns false. +