Skip to content

kdocki/marionette-twitter-bootstrap-modal-mixin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marionette Twitter Bootstrap Modal mixin

This is a mixin for using twitter bootstrap modals in Backbone Marionette

See a demo here.

You can use this inside of your views to handle modals in twitter bootstrap

See index.html and index.js to get started. Basically you just include modalview.js

And then do this in your Marionette views.

  initialize : function() {
    App.Common.Mixin.ModalView.apply(this);
  }

About

This is a mixin for using twitter bootstrap modals in Backbone Marionette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published