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?