bug report on ie 8 , 9 and 10

caberg
27 Mar 2015, 01:13
there's only show blank screen, no text ever show up

but it's doing fine in firefox 34 , latest chrome and opera 28

Alex
27 Mar 2015, 18:54
This is happening when you open your HTML file locally because IE falls back to IE7 mode, even if the correct HTML doctype is used. If you upload the HTML to an actual web server, it should work properly.

I've now pushed a fix to GitHub. It adds this line to index.template.html:


<meta http-equiv="X-UA-Compatible" content="IE=edge" />


This should fix IE9 and later. Note that IE8 is not supported.