powmedia / backbone.bootstrap-modal

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

Template not working... #76

Open Arti3DPlayer opened 9 years ago

Arti3DPlayer commented 9 years ago
var modal = new Backbone.BootstrapModal({
    title      : "My first modal",
    content    : "This is my content",
    animate    : true,
    focusOk    : false,
    okCloses   : true,
    allowCancel: true
});

modal.open();

Result: http://awesomescreenshot.com/0b74774fdf