ember-modal-dialog
ember-modal-dialog copied to clipboard
Nested modals
Hi,
I have a set of nested modals, the parent modal contains buttons which open child modals.
I'd like to close the parent modal when opening a child modal. I've tried yielding the parent modal's closeModal
action and then triggering that when a child is opened, but that just seems to close all modals.
Perhaps I'm doing something wrong, or perhaps the closeModal
action closes all modals and not just the specific modal which yielded it?