Hi, people =)
Its common to see at github "bug threads" or even here in google groups users relating IE7 problems with AngularJS.
Yes, it is a deprecated browser and AngularJS dont need to waste time to provide fallbacks to it. I agree.
This is worst than a simple IE bug. To most bugs, theres some workarounds. If there isnt, ok, IE7 wont works (and a "upgrade your browser message" works fine).
But this mix close all tabs of the browser, without any error message to the user (some versions throws an Windows's app exception).
This happens with me at my actual project. After hours of debugging i got the cause, and it was jQuery (changing it versions doesnt works).
Fortunately, i could remove jQuery lib from my project and all works fine now, but what if i depends of it? =/
I think this should be exposed at IE Developer Guide or something like this.
Any of you already have this IE7 + jQuery + AngularJS crash bug? What do you think?