Vishwajeet Vatharkar

Results 2 comments of Vishwajeet Vatharkar

https://stackoverflow.com/questions/47266941/angular-sortable-views-drag-and-drop-is-picking-wrong-item-to-move-when-the-ite The $item in sv-on-sort="dragged($item, $partFrom, $partTo, $indexFrom, $indexTo)" is isn't the item that is being moved. Template ``` {{column.title}} ``` Controller Code ``` $scope.dragged = function ($item,$partFrom,$partTo,$indexFrom,$indexTo) { console.log($item);...

@danmakenoise @randichilyon it is rather very simple. You can pass appropriate DRM configuration in `drm` props like this ``` ``` Where `drm = {clearKey: {key: '', keyId: ''}}` in the...