bootstrap-for-ember
bootstrap-for-ember copied to clipboard
How to display a modal by default without a button
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?