
... this means that the IE browser embedded in that .NET process is set to run under IE 7
To confirm it, try opening the http://www.whatismybrowser.com and you should see something like:

As mentioned in the set .NET WebBrowser Control to use latest version of IE post to. change it on your system, run this script
![image_thumb[23] image_thumb[23]](http://lh4.ggpht.com/-nu5TjUI2PNU/Ub8nswc9-5I/AAAAAAAAOLU/e_apNiSn95k/image_thumb%25255B23%25255D%25255B2%25255D.png?imgmax=800)
... as admin with no UAC
![image_thumb[24] image_thumb[24]](http://lh5.ggpht.com/-qBeQSMrSCN8/Ub8nuG0BI2I/AAAAAAAAOLc/zz8FCCluOX8/image_thumb%25255B24%25255D%25255B2%25255D.png?imgmax=800)
...and now after restarting the O2 Platform process, IE should be on Internet Explorer 9 compatibility mode
![image_thumb[25] image_thumb[25]](http://lh3.ggpht.com/-ZIIL_ikZnaM/Ub8nvHTHsKI/AAAAAAAAOLk/incoz7yPu0A/image_thumb%25255B25%25255D%25255B2%25255D.png?imgmax=800)
... and AngularJS should work:
![image_thumb[26] image_thumb[26]](http://lh5.ggpht.com/-NlKMg0GOhb4/Ub8nv1R-OcI/AAAAAAAAOLs/SDJ5XFcTlAc/image_thumb%25255B26%25255D%25255B2%25255D.png?imgmax=800)
Note 1: if you control the site you are testing, you can also add this also works to make it work (with the advantage that it is not exe specific)
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />