We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HTML: <div ng-bind-html="post.content | unsafe"></div> Template: single-detail.html Wordpress content: ...<div class="well 8em" id="brands">... Renders as: ...<div class="well 8em">...
<div ng-bind-html="post.content | unsafe"></div>
...<div class="well 8em" id="brands">...
...<div class="well 8em">...
See the results at http://dev.davelindberg.com.
Looks similar to ID attribute from link gets filtered out?
The text was updated successfully, but these errors were encountered:
hmm I will look at this.. stay tuned..
Sorry, something went wrong.
206984e
pushed to WP repo - v 1.2.2
No branches or pull requests
HTML:
<div ng-bind-html="post.content | unsafe"></div>
Template: single-detail.html
Wordpress content:
...<div class="well 8em" id="brands">...
Renders as:
...<div class="well 8em">...
See the results at http://dev.davelindberg.com.
Looks similar to ID attribute from link gets filtered out?
The text was updated successfully, but these errors were encountered: