Dmitry Malofeev
Dmitry Malofeev
You have to add something like this to your webpack config: ` { test: /\.js$/, include: [ path.join(__dirname, 'node_modules', 'sticky-kit') ], loader: 'imports-loader?jQuery=jquery,$=jquery,window=>global&window.jQuery=jquery,this=>window,define=>false' } `
@windinging Can you share your code with this solution?
The same for me ( Does anyone have a solution?
How I have solved the problem: 1. As @edwinanciani advised I added full Ckeditor library. 2. As @ahramcov advised I added ng-model="component.content" here:  3. I have also added this...