When not using ng-repeat to create sortable objects, I am getting this error:
getSource is not a function (ng-sorgable.js:79)
Is there any way around using ng-repeat? In this case, I have individual elements spread across an application that I want to be draggable, but not sortable. I want to be able to drag them over a list that IS using ng-repeat and IS sortable. I've tried to set this up in this codepen here