Dmitry Malofeev

Results 4 comments of Dmitry Malofeev
trafficstars

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: ![1](https://user-images.githubusercontent.com/7868088/31020988-2951e330-a53d-11e7-816d-2ceb5d15075b.png) 3. I have also added this...