angular-sm-wysiwyg

Small and extra functionality WYSIWYG angular based jquery-less editor


Keywords
angular, wysiwyg
License
MIT
Install
bower install angular-sm-wysiwyg#0.02

Documentation

Usage

Include in your app

angular.module('MyModule', ['Wysiwyg'])

and markup your html

<wysiwyg ng-model="vm.text">
    <wysiwyg-input></wysiwyg-input>
    <hr>
    <button wysiwyg-btn="bold"><strong>B</strong></button>
    <button wysiwyg-btn="italic"><i>I</i></button>
    <button wysiwyg-btn="underline"><U>U</U></button>
    <button wysiwyg-btn="createLink" prompt="vm.getHref($deferred)">A</button>
    <button wysiwyg-btn="insertOrderedList">UL</button>
    <button wysiwyg-btn="insertUnorderedList">OL</button>
    <button wysiwyg-btn="removeFormat">Fx</button>
</wysiwyg>

Enjoy!

Full list of available commands