awkward / backbone.modal

A plugin for Backbone.js that simplifies creating modals for your application.
http://awkward.github.io/backbone.modal/
Other
362 stars 71 forks source link

lacking documentation on the use of model and alternate templates #57

Closed justin-hackin closed 9 years ago

justin-hackin commented 9 years ago

My best guess is that I could do template: Handlebars.compile(myTemplate)

and then initialize the modal with new MyModal(model: thisModel )

but that doesn't seem to work. Should it ?

justin-hackin commented 9 years ago

Oh, it does, my mistake. Good to know, I think it would be good to clarify this in the docs