From 7bd1a9178c516e3cf6786f78dd60b77eb940bde7 Mon Sep 17 00:00:00 2001 From: lastnico Date: Thu, 25 Apr 2013 10:47:57 +0300 Subject: [PATCH] docs($dialog): add missing method isOpen in doc --- src/dialog/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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. +