Editor

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 ngModel

下载代码说明
X关闭

AngularJS实现所见即所得富文本编辑器源码

这是一款基于AngularJS实现所见即所得富文本编辑器源码。界面上方的富文本编辑器中可以编辑文本并设置对齐、字体、样式等各种常见显示效果,同时下方的HTML代码框中还会实时显示富文本编辑器中修改后的HTML代码,HTML代码框下方还实时显示文本编辑的最终显示效果。非常方便实用。建议使用支持HTML5与css3效果较好的火狐(Firefox)或谷歌(Chrome)等浏览器预览本源码。