Logging with Angular in IE11 shows strange behavior Logging with Angular in IE11 shows strange behavior angularjs angularjs

Logging with Angular in IE11 shows strange behavior


It's because of console.log statement. There might be some lines you can comment and it will work. In my case it was xhr request.

var xhttp = new XMLHttpRequest();