0.0.5 • Published 8 years ago
html-text-editor v0.0.5
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 :)