Click here to Skip to main content
15,885,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using a angularjs ui-grid stable version released few days back. My client have requirement that my application should run on IE8. I am getting everything perfectly fine in IE9 and above, but for IE8 the ui-grid is not being rendered. I am getting the below error:

HTML
<code></code>TypeError: getters & setters can not be defined on this javascript engine 
[object Error]{message: "getters & s...", name: "TypeError"}
message"getters & setters can not be defined on this javascript engine"
name"TypeError"

What I have tried:

I have also added <big>es5-shim.js and es5-sham.js</big> files in the script tag to work for IE8 but not able to resolve the issue.
Posted
Updated 15-Nov-16 0:19am
Comments
Karthik_Mahalingam 15-Nov-16 6:25am    
Angular works only on modern browsers.

1 solution

No latest AngulaJS or Angular UI supports IE8...
AngularJS: Developer Guide: Internet Explorer Compatibility[^]
GitHub - angular-ui[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900