Search code examples
angularjstextangular

textAngular input field showing? Why?


I am currently trying to implement the following editor.

Following plunkr. Why is there an input field underneath the editor?

<div text-angular data-ng-model="htmlVariable">herro</div>

enter image description here


Solution

  • You just seem to be missing the css file. Couldn't find a link to it so I just created a new stylesheet in plunkr and copied over the css.

    <link rel="stylesheet" href="textAngular.css">
    

    http://plnkr.co/edit/bZ7HQqNEcDIuroWtxkfM