Hi CFC, You don't have a problem with json, you have an issue with embedded HTML. For security reasons you can't just put it in your view as is, you need to prepare the html with `$sce.trustAsHtml(article.description)` For more information, read through the documentation <https://docs.angularjs.org/api/ng/service/$sce>. Still questions, just ask them ;)
Regards Sander -- 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.
