But that does not appear to work anymore. I played with Blaze.render but could not figure out the proper parent. I also tried Blaze.toHTML which worked great but was not reactive. What's the proper way, if any, to do this? Or is there a better practice for creating modals with templates?
I'd like the dialog to be a reactive template. I looked at this SO:
http://stackoverflow.com/questions/22418592/bootboxjs-how-to-render-a-meteor-template-as-dialog-body
But that does not appear to work anymore. I played with Blaze.render but could not figure out the proper parent. I also tried Blaze.toHTML which worked great but was not reactive. What's the proper way, if any, to do this? Or is there a better practice for creating modals with templates?
Thanks in advance!