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

Unable to function with style="display:inline" implemented.

Open ghost opened this issue 8 years ago • 0 comments

The code that I have utilizes ng-repeat and functions perfectly when the items in the repeater are stacked. This is a great module, nice work. However, The way my app functions, is displaying each of the items in the repeater side by side, then wrapping to the lines below depending on the size of the array.

In essence, when the "display:inline" style is included in the div with ng-repeat="i in items" sv-element="opts", it ceases to function. Without the display:inline there, the items are stacked, and it works as intended.

Is there any setting to make this a possibility?

ghost avatar Nov 08 '17 19:11 ghost