I am confused why there is an AngularJS integration for Sortable Widget, when it doesn't support using ng-repeat. In the demo here (http://demos.telerik.com/kendo-ui/sortable/index) - there is a hardcoded list of Li items that are being sorted. However, no one using AngularJS is going to use a hard-coded list, they will use an ng-repeat from a data model.
The visual sort functionality of course works using an ng-repeat. But once you move a list item, it does not update the data model source, rendering this widget pretty much useless for someone using Angular. This widget needs a datasource integration.
Please don't pretend to do these half-ass integrations any more. They just waste people's time.
Do you have a solution to get it working with ng-repeat for me? I would like to sort items, have my model updated with that new order, and then be able to use that new data model and send it back to the server, etc.
Thanks!
The visual sort functionality of course works using an ng-repeat. But once you move a list item, it does not update the data model source, rendering this widget pretty much useless for someone using Angular. This widget needs a datasource integration.
Please don't pretend to do these half-ass integrations any more. They just waste people's time.
Do you have a solution to get it working with ng-repeat for me? I would like to sort items, have my model updated with that new order, and then be able to use that new data model and send it back to the server, etc.
Thanks!