Skip to content

davidecavaliere/angular-simple-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-simple-editor

Angular Simple Editor is an angular directive for the simplest editor ever. It only depends on jquery and bootstrap

Usage

  1. Include the libraries
  2. In your angular application register ui.simple-editor as a dependency.
  3. Add the necessary html to view the editor.

Registration

// Angular Registration
angular.module('app', ['ui.simple-editor']);

Bare Minimum Html

<div ng-model="content" editable></div>

Check out the demo folder where you can see a working example. https://github.com/davidecavaliere/angular-simple-editor

Bower Installation

bower install davidecavaliere/angular-simple-editor

About

Simplest html5 WYSIWYG edit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published