powmedia / backbone.bootstrap-modal

Bootstrap Modal wrapper for use with Backbone.
MIT License
183 stars 97 forks source link

shown event not working #44

Closed techcto closed 4 years ago

techcto commented 11 years ago

I hope this is user error, but I am unable to get the shown event working. I have tried several combinations.

modal = new Backbone.BootstrapModal({ content: view, title: title, animate: true }).open();

                        modal.bind("shown", function(){
                            alert("hello");
                        });

Is this a possible conflict with bootstrap?

ihortymoshenko commented 10 years ago

@solodev, it can be related to the issue https://github.com/powmedia/backbone.bootstrap-modal/pull/45.