How can I use durandal compose functionality to implement knockout template binding for a sortable, dragging, dropping array?
I am using @RP Niemeyer knockout-sortable plugin witch is using templates.
So far I have made it work by storing the templates in the index file, but I am looking to implement it in the view.
<div class="well droppingZone" data-bind="sortable: { template: 'fieldTmpl', data: fields, options: { update: onUpdate } }"></div>