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

IE 11 failed to instantiate module #408

Closed
triplebeta opened this issue Apr 26, 2015 · 2 comments
Closed

IE 11 failed to instantiate module #408

triplebeta opened this issue Apr 26, 2015 · 2 comments

Comments

@triplebeta
Copy link

Hi,

I recently installed the ng-admin demo as one of my first node.js projects and ít works well on Chrome version 42 and Firefox version 31. However, when I use Internet Explorer 11, I get an error:

JavaScript runtime error: [$injector:modulerr] Failed to instantiate module myApp due to:
TypeError: Object doesn't support property or method 'order'
at addField.value (http://localhost:3000/bower_components/ng-admin/build/ng-admin.min.js:26:18714)

Because of this, the ng-admin UI does not appear at all.

Sincerely,
Jeroen

@fzaninotto
Copy link
Member

On my test, the UI appears, but navigating away from the dashboard fails with the following error:

State Change Error: 'Promise' is undefined

image

@jpetitcolas are we missing a shim?

@jpetitcolas
Copy link
Contributor

Indeed, we need a Promise shim: JakeChampion/fetch#114

Will look at it later today.

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

3 participants