darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

crashes outright #31

Closed ghost closed 9 years ago

ghost commented 9 years ago

Even if you include the hidden dependency angular-sanitize it crashes trying to load the module. The code you forked from has no such issue.

darul75 commented 9 years ago

I check it, thx

akwanashie commented 9 years ago

Hi darul75, any updates to this?

ronaldjeremy commented 9 years ago

Doesnt work at all for me either :(

akwanashie commented 9 years ago

Must have been a recent update because it works fine on an old app of mine.

darul75 commented 9 years ago

Hi dudes, can you send me scenario or error stack. Is it problem with releases or current branch. Thanks in advance, i am not sure sanitize is mandatory but i remember it was

ronaldjeremy commented 9 years ago

I take mine back! It wasn't working for me, but i specified a $scope.options and then it works.

akwanashie commented 9 years ago

@darul75 sorry should have done that in the first place. Will reproduce the error and let you know.

darul75 commented 9 years ago

Not a big deal ;) I just need it to reproduce issue or screenshot or code. I think it is coming from some html-bind directives and sanitizer dependency, I will look if it can be removed.