Ryan Busby

Results 16 comments of Ryan Busby

This feature exists https://ace.c9.io/tool/mode_creator.html

I had this issue and it appears to be a dependency issue. I required the following files and it worked for me 1. bower_components/ace-builds/src-min-noconflict/ace.js 2. bower_components/ace-builds/src-min-noconflict/ui-ace.js.js

According to the [documentation](http://marceljuenemann.github.io/angular-drag-and-drop-lists/demo/#/advanced) this isn't currently supported. At first glance you can solve this by changing the callback in the dragover event handler. ` element.on('dragover', function(event) { event =...

Hi there. I had this same issue and I found a work around. This might break nested elements as I haven't tried. If your structure is only one level deep...

I've been editing the angular-gm.js with some luck to add custom controls. Here's a sample of something similar. http://www.wolfpil.de/v3/drag-from-outside.html

I'm experiencing this issue as well. On deleting or modifying a $localStorage value the changes propagate through other open windows. $sessionStorage had the same change made on every window. It's...