angular-sortable-view icon indicating copy to clipboard operation
angular-sortable-view copied to clipboard

Fully declarative (multi)sortable for AngularJS

Results 88 angular-sortable-view issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Firstly Great plugin, really transformed a section of my application. The re-ordering works as expected and scrolls when trying to drag past the boundries of its container... However on...

This would be an alternative to #113 which solves the same issue but this one prevents processing an empty array.

Fixed a bug that caused an error when deleting all with an application that has the function to delete "sv-part". ```javascript angular .module('testApp', ['angular-sortable-view']) .controller('AppController', function($scope) { $scope.lists = [...

``` import $ from 'jquery'; import angular from 'angular'; angular.element = $; ``` TypeError: element[matchingFunction] is not a function

This module not working if you on angular 1.5 and you are using the module directives inside a component which uses the default `controllerAs` name which is $ctrl. This should...

When an image is swapped, there’s a very brief flash of the image going back to where it was originally and then swapping (with the correct image) - it isn't...

I'd like the ability to turn off sorting so that I can disable this on phones.

I've tried using angular-sortable-view within a bootstrap modal window, but when an element is being dragged, it jumps to the right side of the screen. I presume that happens because...