ember-addons / bootstrap-for-ember

Bootstrap for Ember.js
http://ember-addons.github.io/bootstrap-for-ember
Apache License 2.0
704 stars 103 forks source link

How to display a modal by default without a button #164

Open jackmatt2 opened 10 years ago

jackmatt2 commented 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.

What is the recommended way of doing this?