How to resize bootstrap popover?

Can AngularJS-UI-bootstrap and Twitter bootstrap be used together in the same web app?

  • Can Angular directives for Bootstrap be combined together with the original Twitter bootstrap in the same project? I noticed that Angular directives for Bootstrap does not cover the entire features of Twitter bootstrap. For completeness, is it fine to combine both? Can it be done in the first place? http://angular-ui.github.io/bootstrap/ http://getbootstrap.com/

  • Answer:

    You can definitely do it, providing that you take care not to include both of them on a single page. It's probably not the best idea though. You may be interested in AngularStrap project instead... http://mgcrea.github.io/angular-strap/

Marek Marecki at Quora Visit the source

Was this solution helpful to you?

Other answers

I ran into a similar problem. I needed to use the jQuery UI drag-drop sort list but we were already using angular UI and Boostrap in the project. I grabbed the source of jQuery UI and just included the files required for drag-drop to work in the one page that needed it. It felt very wrong, but not as wrong as a designer making a drag-drop UI the only way to sort a list on an application intended for use on iPads :)

Joshua White

UI Bootstrap (AngularJS) and Twitter Bootstrap (Components and JavaScript) can be used together on a single project, but the behavior may be slightly different for some elements. This is not recommended, since it will be redundant.UI Bootstrap (AngularJS) - this is the Twitter Bootstrap AngularJS only as directives, thus the use of Twitter bootstrap becomes unnecessary. You can also look into making use of AngularStrap. AngularStrap is a set of native directives that enables seamless integration of Bootstrap 3.0 into your AngularJS 1.2 application.You can read more interesting Angular related articles on our http://steelkiwi.com/blog/.

Igor Churilov

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.