0.2.3 • Published 8 years ago

rr-ng-ckeditor v0.2.3

Weekly downloads
395
License
-
Repository
-
Last release
8 years ago

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'
};
0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

9 years ago