TimHeckel / meteor-bootboxjs

A meteor smart package for the bootstrap bootboxjs plugin
30 stars 19 forks source link

Can't get dialogs to render reactive Meteor templates #10

Closed blainehansen closed 10 years ago

blainehansen commented 10 years ago

I've documented this issue on Stack Overflow:

http://stackoverflow.com/questions/22418592/bootboxjs-how-render-a-meteor-template-as-dialog-body

mizzao commented 10 years ago

On Meteor 0.7 with bootbox 3.2.2 the process was to do something like

https://github.com/HarvardEconCS/turkserver-meteor/blob/b4af3d9e789a420e9d1b0152c5f5a3c4ea9874e1/client/dialogs.coffee#L44

Things are different for bootbox 4.1.0 and/or Meteor 0.8.0.

mizzao commented 10 years ago

@blainehansen please report the versions of Meteor, Bootstrap, and bootbox you are using if you want further help with this.