This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngClass not rendering correctly in Internet Explorer 7 when $sceProvider.enabled(false); #4974
Closed

Description
Hi there. I think there might be a issue with Internet Explorer 7. (Fine in 10,9,and 8)
I have set: $sceProvider.enabled(false); and have the correct doc type: <!doctype html>
The problem seems to be that the ng-class directive is not rendering the class styles onto the div correctly. The class ('classname') gets injected into the markup, however the browser fails to parse and repaint the new added styles of 'classname'.
The problem affects > 1.2.0rc1 including current 1.2.0
Tried everything! I'm convinced its do with with $sce somewhere ?
Metadata
Metadata
Assignees
Labels
No labels