Angular Sortable View

screenshot of Angular Sortable View

Fully declarative (multi)sortable for AngularJS

Overview

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.

Features

  • Fully Declarative: API is declarative with four directives for easy implementation.
  • Supports Single and Multiple Lists: Allows sorting within a single list and between multiple connected lists.
  • Lightweight: With a minified size of 5kB, it eliminates the need for additional dependencies like jQuery and jQueryUI.
  • Event Handling: Provides callbacks for events like sorting start, stop, and changes in element order.

Summary

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
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.