You can use ng-attr-<some attribute>
ng-attr-xlink:href="https://stackoverflow.com/questions/15895483/{{xxx}}"
works for me.
Note that you also need an empty xlink:href=""
as initial value. – Derek Hsu
You can use ng-attr-<some attribute>
ng-attr-xlink:href="https://stackoverflow.com/questions/15895483/{{xxx}}"
works for me.
Note that you also need an empty xlink:href=""
as initial value. – Derek Hsu