Thodoris Greasidis

Results 268 comments of Thodoris Greasidis

Resolved by #1265 in v16.26.4

#1319 resolved this by using the supervisor proxy for the restart action instead of the custom restart endpoint, as long as the device is using supervisor v7.0.0 or newer, which...

Hi there! To be honest I have never used ui-sortable with for cross ng-view sortings. As a result, can you provide a codepen example for your use case (?) (preferably...

Hi Dean, thanks for the heads up. I will repost to that thread then :)

Hi there. What version of the lib are you using? In the latest version, we already [log a message](https://github.com/angular-ui/ui-sortable/blob/3aa9450d59f8670ae368e46bc45fcd728032703f/src/sortable.js#L241) when jQuery is not used by angular.

Oh, needed a second read on this. Allowing jQuery to be loaded after Angular is a big NO from my side and we intentionally do not use the workaround you...

Moreover, as [discussed in other issues](https://github.com/angular-ui/ui-sortable/search?q=jqLite&type=Issues&utf8=%E2%9C%93) I would **discourage** any approach where `angular.element` is patched with jQuery after the page loads (eg: `angulat.element = $;`), since: 1 jqlite has some...

Despite of that, we still need to have angular to use jquery so that angular properly clears removed DOM elements and releases objects & plugins associated with them. A possible...

Here is [a proof of concept branch](https://github.com/thgreasi/ui-sortable/tree/latejquery) and [a proof of concept codepen example](http://codepen.io/thgreasi/pen/vGaGbp) that would need a lot of testing.

Have you tried loading jQuery before angularjs, as demonstrated in all the provided examples? Is that so big change for your app?