You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way user can check anytime whether a dialog he has previously created,
is still open.
`open()` function returns an object that contains the `id` of the newly created dialog.
User can check if this dialog is open by: ngDialog.isOpen(new_dialog_object.id);
Resolveslikeastore#216
Hello!
Is it possible to check if dialog is still open?
It looks like returned object doesn't provide such facilities, or am I wrong?
Thank you!
The text was updated successfully, but these errors were encountered: