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

The majority of the time (but not always, I can't see a pattern, maybe 70/30 random) when dragging an item containing an image, I have to release the mouse button...

I add a small patch that allow to disable dragging from variable. If you're interested by this feature, you can merge it.

Hi, love this module. However, it would be nice to have a "disabled" attribute. For example, I have a table which is sortable, but ideally, it would be only sortable...

Hello, thank you for the **_awesome_** module @kamilkp !! I have an issue, and I don't know if i'm just being stupid or if it is an actual issue: _**elements...

Firstly, great work!! This is perfect and truly simple to implement. I am new to this and found your documentation really helpful. I was trying to make certain elements appear...

Proper Content Security Policy settings do not allow inline styles. Please move them to a standalone CSS file.

Cannot return a sole element to parent after dragging away from the parent list and over another list. The parent will not accept it, nor will it display a placeholder.

So the [angular-ui/ui-select](https://github.com/angular-ui/ui-select) project does something a little unsavory and sets `angular.element.prototype.closest` to their own function. Unfortunately, their function uses an unconventional API for this function that returns a single...

We need the disable feature as mentioned in https://github.com/kamilkp/angular-sortable-view/pull/33 , too. So I've re-indented the changes and created a new pull-request. So here it is. Can you please merge it...