Angular-Simditor

Angular Editor for simditor

Bower Install

bower install angular-simditor --save

用法

angular.module('app', ['angular-simditor'])

<ng-simditor content="editorModel"></ng-simditor>

// editorModel就是编辑器对应的富文本的值

Demo

编辑器HTML源码:

{{ editor }}