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>
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">