fergaldoyle / angular.js-ie8-builds

AngularJS 1.3 builds for IE8
171 stars 39 forks source link

Object doesn't support this action #34

Open buddyackerman opened 7 years ago

buddyackerman commented 7 years ago

I get this error when I run a very basic angular app using this library in IE11 in IE8 compatibility mode. The error is on line 195 where ii's trying to execute listener.call(target, event);. When I debug it, listener is an empty object (i.e. { }); Below is my script load order. Any idea why I'm receiving this error?

<script src="/ngTest/es5-shim.js"></script>
<script src="/ngTest/jquery.js"></script>
<script src="/ngTest/angular.js"></script>
<script src="/ngTest/angular-sanitize.min.js"></script>
<script src="/ngTest/angular-ui-router.min.js"></script>
<script src="/ngTest/bootstrap.js"></script>
<script src="/ngTest/angular-scroll.min.js"></script>
<script src="/ngTest/angular-promise-extras.js"></script>
<script src="/ngTest/app.js"></script>
worthy7 commented 6 years ago
<script src="/ngTest/es5-sham.js"></script>
<script src="/ngTest/es5-shim.js"></script>