Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Nov 8, 2017 · 0 comments
Open

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

ghost opened this issue Nov 8, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 8, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants