Editor {{version}}

Raw HTML in a text area

Bound with ng-bind-html

Bound with ta-bind, our internal html-binding directive

Note: although we support classes and styles, angularjs' ng-bind-html directive will strip out all style attributes.

Option to masquerade as a fancy text-area - complete with form submission and optional ngModel

Any HTML we put in-between the text-angular tags gets automatically put into the editor if there is not a value assigned to the ngModel.

If there is a value assigned to the ngModel, it replaces any html here. To see this, uncomment the line at the bottom of demo.html

Bound with ta-bind, our internal html-binding directive