Open jackmatt2 opened 10 years ago
I have a modal that is rendered into a modal outlet as described here: http://emberjs.com/guides/cookbook/user_interface_and_interaction/using_modal_dialogs/
I need the modal to be visible as soon as it is rendered. I tried using isVisible=true on the component but it didn't work.
isVisible=true
What is the recommended way of doing this?
I have a modal that is rendered into a modal outlet as described here: http://emberjs.com/guides/cookbook/user_interface_and_interaction/using_modal_dialogs/
I need the modal to be visible as soon as it is rendered. I tried using
isVisible=true
on the component but it didn't work.What is the recommended way of doing this?