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
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:
- How To Test Your Own Iphone Web App On Your Iphone?Best solution by Stack Overflow
- How can I restore Sharepoint web app when the DB is in another server?Best solution by SharePoint
- How to load a Java web app in the terminal?Best solution by stackoverflow.com
- Twitter app for a BlackBerry 8530?Best solution by appworld.blackberry.com
- What is the best Twitter app for the iPhone and why?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.