tigerss

Results 5 comments of tigerss

maybe add this to app.gradle ``` android { ... compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } ```

These are the steps I took to use plugins: 1. Build the editor using http://ckeditor.com/builder where you can select any plugin. 2. Replace the '**ckeditor**' folder from 'ng-ckeditor/libs/**ckeditor**' with the...

These are the steps I took to use plugins: 1. Build the editor using http://ckeditor.com/builder where you can select any plugin. 2. Replace the '**ckeditor**' folder from 'ng-ckeditor/libs/**ckeditor**' with the...

"bower install ng-ckeditor" creates the **ng-ckeditor** folder inside **bower_components** folder. **ng-ckeditor** contains a folder called **ckeditor** inside _libs_. This is the folder that contains plugins and can be replaced to...

Interesting! Maybe you can explain your solution for others that use heroku and can't manual replace the folder.