Hi
Sorry if this is not the correct forum for this question, but I posted on stackoverflow and did not get the question answered.
I'm trying to use the clone in ui.sortable. I can't seem to get the clone feature to clone. I did see the clone feature was merged and it appear to be in the js. I still can't get it to work..
These are the options:
$scope.sortableOptions = {
connectWith: ".sort",
helper: 'clone',
scroll: false
};
I haven't started debugging the directive yet, I wanted to ask to see if I'm not doing something wrong..
Thanks