⭐caitp⭐

Results 115 comments of ⭐caitp⭐

@sunflowerrahul can you explain what you mean by "persist the view"? If possible, please provide an example of the "desirable" behaviour (using another library which enables it, if such a...

I'm still not sure what you're actually talking about =( visual example, please lol.

never got a PR for this. as @guisouza mentions, this is mainly about simple d&d, so it may be outside of the scope of the library. But I'm happy to...

well, there are other projects that try to do angular-y contenteditable stuff which would make sense for the inner html. You could certainly wrap a draggable around those (but pulling...

@andrieski to do that, you'd need to add some methods to the Draggable class to turn unlisten to the events, and possibly adjust its style/position. It should be pretty simple...

those options are only handled at compile time, because the main api is the Draggable class and $drag service. You can add a method for turning dragging on and off,...

``` js // jQuery / jqLite // first parameter is a space separated list of event names, second param is a // function. jQuery / jqLite keep lists of registered...

The $drag and Draggable class should not care about any attributes at all, so they shouldn't be watching the DOM. Instead they use event listeners and internal state. The directives...

Yeah, this is something I'd like to do, but it's not totally clear how this should work. JS animations are probably the easiest (but least performant) way to do this,...