angularjs - Angular.js SVG bindings throw 404 before compilation -
i'm using jquery.svg.js render svg nodes, angular expression bindings, , works great: http://plnkr.co/edit/fodpjl?p=preview
the issue i'm getting 404 error elements have not yet been compiled angular:
failed load resource: server responded status of 404 (not found) http://run.plnkr.co/md1xxvld74ejnxwo/%7b%7b%22#" + model.id} this coming line 81 on plunkr:
var shapeforeground = ngsvg.svg.use(parentgroup, '{{"#" + model.id}}' the 404s don't hurt anything, , app works, console full of errors, prefer not have, gets pretty noisy. tried using ng-attr-href (aka late binding), reason doesn't work expected.
as commented: nghref made this!
Comments
Post a Comment