I am using hogan.js compiling on the fly from templates stored in a script tag
<script type="text/html" id="template-id">{{hulk}}</script>
This works fine everywhere except ie7 where it just renders all the templates blank. I can see hogan is getting the html from inside the script tag but once it comes to template.render(), nothing!
Thanks
Works now with hogan 2.0.0 https://github.com/twitter/hogan.js