Marcin Rapacz
Marcin Rapacz
I think it is not possible with the current version of ngDraggable.js. To achieve that you will need to modify library. Quick fix (dirty, but working): In the initialize() function...
1. Configure `paths` to point to `ace-builds` before concatenation: For example: ``` data-ui-ace="{ ( ... ) workerPath: 'bower_components/ace-builds/src-min-noconflict', modePath: 'bower_components/ace-builds/src-min-noconflict', themePath: 'bower_components/ace-builds/src-min-noconflict', basePath: 'bower_components/ace-builds/src-min-noconflict' }" ``` 2. Make sure you...