I am trying to build a front end that pulls content from a Wordpress CMS. So far I have been successful in using the WP REST API plugin to pull JSON data from my Wordpress instance and display the HTML content using 'ng-bind-html'.
However when I try to display AngularJS directives or expressions within this code, it doesn't appear to work.
Here is a snippet of my JSON object. The standard HTML tags render ok, and the actual content inbetween the AngularUI tab directives renders ok too. Couldn't get it to render here correctly, so took a screenshot.
Any suggestions?