How to use ckeditor in angular JS app? [duplicate]
This question already has an answer here: how to use ckeditor in an angular js web App? 1 answer I'm an angularJS newbie and i need to use ckeditor for a textarea in my app. Before i've tried it on the angular app i've done a "html only" webpage. I've generated my ckeditor package here and added the needed tags (as below) and it works like a charm. <!DOCTYPE HTML> <html> <head> <title>CKEditor test page</title> <meta charset="utf-8"> </head> <body> <script src='./ckeditor/ckeditor.js'></script> <div> <form> <label>Text input</label> <textarea name="text" id='editor1' class="ckeditor"><