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

Not Working - Patch #98

Open
gonodv opened this issue Mar 11, 2016 · 1 comment
Open

Not Working - Patch #98

gonodv opened this issue Mar 11, 2016 · 1 comment

Comments

@gonodv
Copy link

gonodv commented Mar 11, 2016

It's work for me if I replace this :

var $slider = angular.element(element), handles = [angular.element(element[0].getElementsByClassName('ngrs-handle-min')), angular.element(element[0].getElementsByClassName('ngrs-handle-max'))], values = [angular.element(element[0].getElementsByClassName('ngrs-value-min')), angular.element(element[0].getElementsByClassName('ngrs-value-max'))], join = angular.element(element[0].getElementsByClassName('ngrs-join')), pos = 'left', posOpp = 'right', orientation = 0, allowedRange = [0, 0], range = 0, down = false;

and don't forget to include Jquery BEFORE angular, otherwise it will not be set with priority.

@malterb
Copy link

malterb commented May 4, 2016

Thank you for the quick fix 👍

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

2 participants