You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: