Packery accepts both Draggabilly and jQuery UI support. Currently, angular-packery only allows for Draggabilly support.
One thought is that the draggable attribute should be reworked to accept the following values: boolean jquery draggabilly as opposed to the current boolean only method. We'd need to take this into consideration when addressing issue #13.
I also think that the draggable option should default to false and Draggabilly should be removed from the Bower dependencies.
Packery accepts both Draggabilly and jQuery UI support. Currently, angular-packery only allows for Draggabilly support.
One thought is that the
draggableattribute should be reworked to accept the following values:booleanjquerydraggabillyas opposed to the currentbooleanonly method. We'd need to take this into consideration when addressing issue #13.I also think that the
draggableoption should default tofalseand Draggabilly should be removed from the Bower dependencies.