-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Angular 1.0.3 emitting 'undefined' string trailing each $log.info/err/etc in IE9... #1705
Comments
Eh, IE... Good catch @arbitrix |
@pkozlowski-opensource Thanks. I tried a few hours but Angular doesn't seem to want to build on Windows due to its insane dependency on Ruby/Rake and such things as symlinking during build, so no can do on the PR. |
@jtymes Looking forward to seeing #1544 integrated but the grunt build doesn't work on Windows either ATM :( Update 2012-12-16: Let me qualify the above. It runs all the way up to the end2end test: Running "test:end2end" (test) task |
Accidentally closed |
I find this happens in IE regardless of which IE mode I have enabled, also I am using angularjs 1.1.3. |
As part of our effort to clean out old issues, this issue is being automatically closed since it has been inactivite for over two months. Please try the newest versions of Angular ( Thanks! |
The issue still persists . . . seeing it with the latest version of Angular . . . |
@arbitrix can you submit a patch (with a unit test)? Angular's build system no longer requires Ruby, so hopefully that makes it easier for you. |
Please remove the PR welcome tag, thanks |
Closing this and moving discussion over to #4088. |
should result in
but on IE9 it shows:
The following patch suppresses this noise:
The text was updated successfully, but these errors were encountered: