I want to show a message if angular isn't supported eg for ie7 .
How would I do this? And would I do this on the index.html?
Currently I have this for Internet explorer less than IE9.
<!--[if lt IE 9]>
<p>You are using an outdated browser, please update your browser.
<![endif]-->
How would I do this for Chrome and Firefox? EG:
• Chrome 45 and less • Mozilla Firefox 43 and less