Skip to main content

All Questions

5 votes
1 answer
4k views

Logging with Angular in IE11 shows strange behavior

I am currently debugging a rather strange issue in an angular application on IE11 (Edge). We are using a custom Logger which then writes everything that's necessary through angulars $log Service into ...
Chnoch's user avatar
  • 772
0 votes
1 answer
2k views

A bug of console.log() in IE11 under IE9 mode and below

I found console.log() in IE11 under IE9 mode and below works wierd. If I create an empty object, then log it, it will show 'undefined', but by alerting it shows correctly. Is this happen to you guys, ...
hiroshishu's user avatar