-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Syntax error in IE 11 #3696
Comments
IE (and other browsers) do not like the trailing comma in function arguments |
Nickman87
added a commit
to Nickman87/ui-router
that referenced
this issue
May 15, 2018
Less brutal trailing comma's to support mainstream browsers in non minified build. Fixes angular-ui#3696
Merged
As it turns out, this was due to accidentally running |
Also, I just published a new version and it should work as before. |
tested. now works again. thx. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a (check one box):
My version of UI-Router is: 1.0.17
Bug Report
Current Behavior:
Application fails in IE 11 because of Syntax error in angular-ui-router.js (Line: 989, Column: 11).
There was no such error in version 1.0.15.
Expected Behavior:
Application runs successfully in IE 11
The text was updated successfully, but these errors were encountered: