html-text-editor
v0.0.5
Published
Install: ``` npm install html-text-editor ```
Readme
html-text-editor
Angular component for edit text as html markup.
Install:
npm install html-text-editorUsage:
import 'html-text-editor';angular.module(MODULE_NAME, ['HtmlTextEditor'])<text-editor my-text="$ctrl.article.body" add-image="$ctrl.addImage()"></text-editor>addImage - what happens if you click on image icon :)
