How to set up Sortable in AngularJS – without jQuery!
The de-facto standard of sortable libraries is jQuery UI Sortable, but it’s a bit silly to use jQuery and jQuery UI when you’re already using AngularJS. Why should you have to include two other big asset files for one, small functionality? Here’s an alternative solution using this sortable library instead. First off, here’s the demo… Read More »