IE8 browsers currently get an error when going to the landing page. This is part of the default Angular Yeoman generator. However, D3 also doesn't work in IE8, because IE8 does not support SVG.
We should consider supporting IE8 by using an SVG polyfill like http://raphaeljs.com/, or we can draw charts as DIV elements instead of SVG (see here).
Also, need to double check the compatibility of Angular and the other libraries.
IE8 browsers currently get an error when going to the landing page. This is part of the default Angular Yeoman generator. However, D3 also doesn't work in IE8, because IE8 does not support SVG.
We should consider supporting IE8 by using an SVG polyfill like http://raphaeljs.com/, or we can draw charts as DIV elements instead of SVG (see here).
Also, need to double check the compatibility of Angular and the other libraries.