Once I upgrade AngularJS from 1.0.7 to 1.2.0rc1 I get the following error:
[$sce:iequirks] Strict Contextual Escaping does not support Internet Explorer version < 9 in quirks mode
- I have already added
<!doctype html>
but to no avail. - I also need to support IE7 (sob).
This has been answered, but somebody might find this useful: in IE(8) turn off Compatibility View - that "broken page" icon after address bar
From the github issue related to this problem -
$sce
does not support IE7 in standards mode.To disable
$sce
: