angular-ui / ui-slider

jQuery UI Slider for AngularJS
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-slider/master/demo/index.html
MIT License
265 stars 176 forks source link

Minification blows up slider #40

Closed davemerwin closed 10 years ago

davemerwin commented 10 years ago

I'm trying to get my app ready for production. Minifying the slider.js blows up the app saying that "slider" TypeError: Object [object Object] has no method 'slider'

This only happens when I concat and minify the js files. And before anyone asks, yes I have used the inline method to make sure everything is square. See here: http://docs.angularjs.org/tutorial/step_05#controller_a-note-on-minification

Any thoughts?

johnparn commented 10 years ago

Did you ever solve this and was it an error associated with the slider.js code? Closing this for now, reopen if you never got it working.