I'm encountering a small issue with my angularJS code. I am attempting to showcase JSON data that includes both CSS and HTML code. However, on my website, all that is displayed is a hard-coded form of HTML and CSS (resembling the code below). I have tried using ng-bind-html/ng-bind-html-unsafe, but it only shows the HTML and the CSS code disappears. The simplest solution would be to convert the displayed text to code, but I am unsure how to accomplish this.