Skip to content

TurgutBtc/ng-ckeditor

This branch is up to date with esvit/ng-ckeditor:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4dee2e1 · Nov 25, 2015

History

60 Commits
Feb 21, 2015
Feb 21, 2015
Feb 21, 2015
Nov 28, 2013
Nov 28, 2013
Feb 21, 2015
Feb 21, 2015
Feb 21, 2015
Jul 4, 2013
Feb 20, 2014
Feb 21, 2015
Feb 21, 2015
Nov 25, 2015
Feb 21, 2015
Feb 21, 2015
Feb 21, 2015

Repository files navigation

CKEditor + AngularJS

Build Status Coverage Status

Code licensed under New BSD License.

Installing via Bower

bower install ng-ckeditor

##Usage

<textarea ckeditor="editorOptions" ng-model="modelName"></textarea>
// add dependency
angular.module('app', ['ngCkeditor'])

// setup editor options
$scope.editorOptions = {
    language: 'ru',
    uiColor: '#000000'
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%