Closed techcto closed 4 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?
@solodev, it can be related to the issue https://github.com/powmedia/backbone.bootstrap-modal/pull/45.
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();
Is this a possible conflict with bootstrap?