You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
langdonx
changed the title
Interpolated style attribute has interpolated values
Unable to set style in IE11 for direct that uses replace: true and ngStyle
Jul 10, 2015
I will leave this open, but this touches two things, one deprecated and the other unsupported. The first being replace: true the second having top level transclude: 'element'in a directive template.
Fixing this would imply a relatively big refactor on how compilation works, and there is a reasonable chance that it will not be fixed soon.
Using interpolation on the style attribute fails in IE11.
The typical resolution to this is to use
ngStyle
, but I can't because the directive I'm using usesngStyle
and is areplace: true
directive.The fiddle illustrates it better:
Also, through the course of my discovery, there are some other ~strange behaviors illustrated here:
The text was updated successfully, but these errors were encountered: