angular.js-ie8-builds icon indicating copy to clipboard operation
angular.js-ie8-builds copied to clipboard

Object doesn't support this action

Open buddyackerman opened this issue 6 years ago • 1 comments

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>

buddyackerman avatar Jul 13 '17 20:07 buddyackerman

<script src="/ngTest/es5-sham.js"></script>
<script src="/ngTest/es5-shim.js"></script>

worthy7 avatar Dec 07 '17 05:12 worthy7