-
Notifications
You must be signed in to change notification settings - Fork 27.5k
1.2.0-rc.2 IE8 TypeError: Object doesn't support this property or methodundefined #3971
Comments
@RomanMinkin we will really need more info here. As a bare minimum an offensive code snippet and a stactrace from the unminified version. |
@pkozlowski-opensource, sure i updated the first post with working examples so you can try in IE8. |
Hello the problem is coming from angular-route.js check angular-ui/ui-router@d2ced6b |
@cateland - you referenced uiRoute not ngRoute, which is what @RomanMinkin refers to here. Looking inside angular-route.js there is no use of |
I can repro the issue with http://privatebay.ru/angular/issue-3971/1.2.0-rc.2.html I'm looking into this. |
In the future, please create code snippets that don't require custom backend. I was able to reproduce your error locally but it took a long time trying to figure out what the app actually did. In the end, I was left with about 15 lines of html and js code that reproduced the error. |
@IgorMinar , got you, i'll. Thanks. |
This fixes the "TypeError: Object doesn't support this property or method" error on IE8, when view templates contain leading white-space. Closes angular#3971
This fixes the "TypeError: Object doesn't support this property or method" error on IE8, when view templates contain leading white-space. Closes angular#3971
This fixes the "TypeError: Object doesn't support this property or method" error on IE8, when view templates contain leading white-space. Closes angular#3971
👍 any update on a fix? |
Yeah looks like it was fixed with commit 255e8c1. I'm trying to find out what release that was put in |
It was included in 1.2.0-rc.3 ferocious-twitch (2013-10-14) |
thanks @cbier |
Hello,
Error appears in IE8 when using
$http
with 1.2.0-rc.2/angular.min.jsVersion 1.2.0rc1/angular.min.js works fine.
Update
I uploaded code similar to my production:
I also use
angular-route.js
, unfortunately EI8's console doesn't help to catch the error.The text was updated successfully, but these errors were encountered: