Thodoris Greasidis
Thodoris Greasidis
I'm going to rename this issue to target adding extra properties to ui.item.sortable object. I will probably add some extra methods to retrieve the models associated with the sortings. Please...
Hmm, that doesn't feel right. I will open a new issue for the properties and rename this one to target late cancel.
That's probably an incompatibility. Can you provide a sample codepen?
You probably will have to define and set the driver inside a `before` call. Other than that everything should be working like normal. You can also take a look at...
Actually I'm not sure that we actually need any changes. I have never tested it with the v0.14 branch, so I thought that it wouldn't magically work if we also...
Do you think I should close this and also merge v.14.x-dev into master? On Tue, Oct 13, 2015, 00:00 Thodoris Greasidis [email protected] wrote: > Actually I'm not sure that we...
OK, it looks like it's a problem with multiselect... I probably do not use the same method to get the positions of the dragged elements, as in ui-sortable. I will...
Yea that was more or less what I was thinking. Maybe just copy and use the [`getItemIndex()` from ui-sortable v0.14.x](https://github.com/angular-ui/ui-sortable/blob/v0.14.x-dev/src/sortable.js#L202-L205). That should do the job.
Oooops! I will take a look at it asap.
One more time it's the ng-repeat comments...