I had a problem with IE8 compatibility mode going to document Mode: IE 7 standards. This caused my javascript to act funny and radio buttons not to work.
I was also getting the error pop up too:
https://docs.angularjs.org/api/ng/service/$sce
I found the following on stack overflow that is the key as my project is using Html5.
I have the in my project
http://stackoverflow.com/a/7685060/708860
Excerpt of what I did that worked.
Note the the [if] tag before the <!doctype html>
<!--[if HTML5]><![endif]--> <!doctype html> <!--[if the boilerplate conditionals goes here<![endif]--> <head> <!--[if !HTML5]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]-->