Dismiss
Announcing Stack Overflow Documentation

We started with Q&A. Technical documentation is next, and we need your help.

Whether you're a beginner or an experienced developer, you can contribute.

Sign up and start helping → Learn more about Documentation →

So I'm a little confused. I'm working on an Angular 1 app. We are already using Bootstrap (just plain Bootstrap 3), but now I want to use a directive that is in uiBoostrap.

I read that uiBootstrap does not require that we separately download jquery or Bootstrap.

So, does that mean that when I npm install angular-bootstrap, is it ok to uninstall bootstrap (and if I do, will all of my existing bootstrap markup continue to work?)? If I have both, does that mean that browserify will include bootstrap twice?

share|improve this question
1  
You'll want to keep the Bootstrap CSS but not the Bootstrap JS. You can most likely get rid of jQuery as well. Your Bootstrap markup should continue to work but any JavaScript plugins will not – Phil 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.