Как заставить angular ui-grid работать в internet explorer 8?
Я использую angularjs пользовательского интерфейса-сетки стабильная версия вышла несколько дней назад. У моего клиента есть требование, чтобы мое приложение работало на В IE8. Я получаю все совершенно нормально в IE9 и выше, но для IE8 ui-сетка не визуализируется. Я получаю следующую ошибку:
<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.
Karthik_Mahalingam
Angular работает только в современных браузерах.