Skip to content
New issue

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

ng-bind-html stripping id attributes #6

Closed
DaveLindberg opened this issue Apr 22, 2015 · 2 comments
Closed

ng-bind-html stripping id attributes #6

DaveLindberg opened this issue Apr 22, 2015 · 2 comments

Comments

@DaveLindberg
Copy link

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?

@royboy789
Copy link
Owner

hmm I will look at this.. stay tuned..

@royboy789
Copy link
Owner

pushed to WP repo - v 1.2.2

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants