Skip to content

How can I prevent ta-bind strip out all of my html attributes. #143

@yzhiJun

Description

@yzhiJun
<div text-angular  ng-model="post.body"></div>

I have some initial html set up to the post.body before load the editor,my html code is like :

<div class='mention_video' contenteditable="false" data-hash='45332154612edsf1231'>video</div> 

but the editor strip my html code to :

 "<div class='mention_video'>video</div>" 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions