Shows how to put summer note in a draggable resizable div
##Summernote is quite a nice control. Setting the size is as easy as specifying a height, however if you want to have this in a resizable div you'll encounter problems if you wish to have the summernote fill the div.
The simplest solution i could fine after trying to css my way out of it is to set the height of the control when the parent div resizes.
###Tech used
- AngularJs
- jQuery UI
- Typescript
- bower
- scss
###How to run
- npm install
- bower install
- typings install only for typescript definitions
- compile scss i used webstorm filewatcher
- open index.html in browser
##Demo Demo available here