CKEditor issue in gulp-concat
问题 In my angularjs application, I'm using angular-ckeditor directive for CKEditor to get user inputs(Description and comments). This is my html code to take description; <div ckeditor="options" ng-model="txtDesc" ng-change="descChange()"></div> and for comments; <div ckeditor="options" ng-model="txtComment"></div> And according to this github article; Note : obviously this plugin expects the presence of AngularJS and CKEditor. This is how I'm referring my JS files; <!-- CK editor --> <script src