The issue: If a project calls for multiple angular-packery instances with different drag handles, adding a common class of cursor: move; would require you to style each drag handle individually.
When creating a handle, angular-packery should add a class of .packery-handle to the element to allow for general CSS styles that are unaware of each individual handle.
The issue: If a project calls for multiple angular-packery instances with different drag handles, adding a common class of
cursor: move;would require you to style each drag handle individually.When creating a handle, angular-packery should add a class of
.packery-handleto the element to allow for general CSS styles that are unaware of each individual handle.