Drag and drop sortable ng:repeats in AngularJS?

后端 未结 5 1521
伪装坚强ぢ
伪装坚强ぢ 2020-12-12 09:29

Is it at all easy to use jQuery.sortable on ng-repeat elements in AngularJS?


It would be awesome i

5条回答
  •  無奈伤痛
    2020-12-12 10:18

    Here's my implementation of sortable Angular.js directive without jquery.ui :

    • https://github.com/schartier/angular-sortable

提交回复
热议问题