Fully declarative (multi)sortable for AngularJS
The angular-sortable-view v0.0.17 is a lightweight and declarative library for AngularJS that allows sorting elements in the UI. It supports both single elements lists and multiple connected lists, where elements can be moved between them. With a minified size of only 5kB, this library eliminates the need for additional dependencies like jQuery and jQueryUI, providing efficient sorting functionality.
The angular-sortable-view v0.0.17 is a lightweight and efficient library for AngularJS that simplifies sorting elements in the UI. With its declarative API and support for single and multiple connected lists, it provides a seamless user experience for reordering elements. By eliminating the need for additional dependencies, it ensures a minimal footprint while offering essential sorting functionality.
Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.