Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object doesn't support this action #34

Open
buddyackerman opened this issue Jul 13, 2017 · 1 comment
Open

Object doesn't support this action #34

buddyackerman opened this issue Jul 13, 2017 · 1 comment

Comments

@buddyackerman
Copy link

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
Copy link

worthy7 commented Dec 7, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants