Hi all,
I obtain a pure SVG from my backend and based to my Routing include it into
<div ng-view></div>.
The result as shown in debugger is:
<html>
<body>
<div class="ng-scope" ng-view="">
<div class="ng-binding ng-scope">
<svg height="30" width="200"><text x="0" y="15" fill="red">Hello
World !</text></svg>
</div>
</div>
</body>
</html>
But instead the browser shows me a rendered SVG it is only shown as text.
Does anyone know why the SVG is not rendered?
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.