ng-grid not working in IE8

柔情痞子 提交于 2019-12-06 13:28:16

Turns out the answer was not so obvious. There was a bug in ng-grid 2.0.5 where the devs were using the Javascript forEach method in one spot instead of angular.forEach. This is not supported by IE8 and was causing the error. I submitted it to the group and they'll fix it, but for now I just made the change.

Internet Explorer requires special treatment for accommodating AngularJS. Please read this.

http://docs.angularjs.org/guide/ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!