bootstrap-for-ember icon indicating copy to clipboard operation
bootstrap-for-ember copied to clipboard

How to display a modal by default without a button

Open jackmatt2 opened this issue 11 years ago • 0 comments

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?

jackmatt2 avatar Aug 13 '14 07:08 jackmatt2