Closed davemerwin closed 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'
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?
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.
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?