View on GitHub

NgWig

WYSIWYG Editor for AgularJS

Download this project as a .zip file Download this project as a tar.gz file

What is ng-wig?

ng-wig(or ngWig) is simple WYSIWYG editor for AngularJS that provides the basic functionality like: text styling, headings, lists, alignment.

How to install

bower install ng-wig

or just simply download the library.

How to use

just include dist file:

<script type='text/javascript' src='path/to/ng-wig.js'></script>

inject module:

angular.module('myapp', ['ngWig']);

and enjoy attribute directive:

<textarea ng-wig="content"></textarea>

Demo

You can find Demo here.

Custom templates?

Not a problem!

Custom commands?

Not a problem!

Contribution

Having trouble with ng-wig or want to share idea of improvement? Please create an issue for it here

Contributors

@stevermeister, @volo, @besuhoff