I\'d like some input on using xml namespaced attributes with angular.
The problem is angular comes with a couple of directives to handle writing attributes such as h
You can use ng-attr-
ng-attr-
ng-attr-xlink:href="{{xxx}}" works for me.
ng-attr-xlink:href="{{xxx}}"
Note that you also need an empty xlink:href="" as initial value. – Derek Hsu
xlink:href=""