We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Demo: fiddle doesn't allow for additional files, so I can't demo with a custom template.
A wrapper should do nothing to functionality.
A wrapper in the template should be benign. The JS should not be reliant on the structure, but on class names or variables.
With simple div wrapper inside rz-slider:
No wrapper:
Static design of what I am trying to achieve:
Edit: Updated wrapper screenshot to look better
The text was updated successfully, but these errors were encountered:
Hey, Yes I understand your issue.
The function responsible for this issue is this one: https://github.com/angular-slider/angularjs-slider/blob/master/src/rzslider.js#L666
I've never liked the way it was implemented and I agree that relying on classnames would be better.
Would you like to submit a PR for this?
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Demo: fiddle doesn't allow for additional files, so I can't demo with a custom template.
Expected behaviour
A wrapper should do nothing to functionality.
Actual behaviour
A wrapper in the template should be benign. The JS should not be reliant on the structure, but on class names or variables.
With simple div wrapper inside rz-slider:
No wrapper:
Static design of what I am trying to achieve:
Edit: Updated wrapper screenshot to look better
The text was updated successfully, but these errors were encountered: