Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs($dialog): add missing method isOpen in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lastnico authored and pkozlowski-opensource committed Apr 25, 2013
1 parent 77e6acb commit 7bd1a91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7bd1a91

Please sign in to comment.