seiyria / angular-bootstrap-slider

an angularjs directive for seiyria-bootstrap-slider
MIT License
180 stars 123 forks source link

Cannot resolve module 'bootstrap-slider' #132

Open texonidas opened 8 years ago

texonidas commented 8 years ago

Currently attempting to use Webpack to bundle an Angular application, and this error is being emitted. I have http://seiyria.github.io/bootstrap-slider/ installed, however upon closer inspection it doesn't appear to be exported as a module at any point in the code. Am I overlooking something? And should this issue potentially be listed under the bootstrap-slider project?

seiyria commented 8 years ago

That's correct, it does not. No, this is an angular bootstrap slider problem. It declares a global module so instead of trying to require it, you can instead just load it (import 'angular-bootstrap-slider' instead of import slider from 'angular-bootstrap-slider'). If that doesn't work, I'm not sure what to tell you.