Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

MiguelMike/ngckeditor

 
 

Repository files navigation

CKEditor + AngularJS

Code licensed under New BSD License.

Installing via Bower

bower install ngckeditor

##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%