This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
offset attribute conflict (since 0.11.0) #4902
Closed
Description
ng-attr-offset is ignored when using md-material builds 0.11.1 and current master
Here is rendered html example with svg gradient, where other (here: stop-color) ng-attr- are evaluated but ng-attr-offset is ignored:
<linearGradient x1="100%" y1="100%" x2="100%" y2="0%" id="hpp-gradient">
<stop ng-attr-offset="0%" ng-attr-stop-color="{{fill}}" stop-color="#93CE8C"></stop>
<stop ng-attr-offset="{{(complete)?complete:0}}" ng-attr-stop-color="{{fill2}}" stop-color="white></stop>
</linearGradient>
This was working ok in 10.0.1.