# ui-sortable directive This directive allows you to sort array with drag & drop. ## Requirements - JQuery - JQueryUI ## Usage Load the script file: sortable.js in your application: ```html ``` Add the sortable module as a dependency to your application module: ```js var myAppModule = angular.module('MyApp', ['ui.directives.sortable']) ``` Apply the directive to your form elements: ```html