Should I use Angular UI Bootstrap or plain Bootstrap 3?

12,766

Solution 1

There is a bootstrap 3 branch going on in angular UI bootstrap, and almost everything has been migrated to bootstrap 3 in this branch. You can build this branch by yourself, and it's a matter of days or weeks before an official release that supports bootstrap 3 is made. You should go with it.

Solution 2

As you can see on this link in the repo of Angular UI (Bootstrap3 support), support for Bootstrap3 is almost ready.

You are talking about long-term, so I am assuming your application isn't going to production in the next month, so I would go with Bootstrap3 and the bootstrap3 branch of AngularUI. But if you want something stable right now, I thing you should go with Bootstrap 2.3 and be prepared to update your code in the next months.

Share:
12,766
Gabriel Smoljár
Author by

Gabriel Smoljár

Updated on June 28, 2022

Comments

  • Gabriel Smoljár
    Gabriel Smoljár almost 2 years

    At time of writing Angular UI Bootstrap is based on Twitter Bootstrap 2 while the latest version is Bootstrap 3. If I were to write an application in Angular.js TODAY, what UI framework should I use? Angular UI or just plain Bootstrap?

    What pros and cons are there? Both in the long and short term.

  • pors
    pors over 10 years
    I had the same dilemma and decided to go with bootstrap3 for the same reason JB mentions. You have to build it yourself, but that is pretty straightforward, the top FAQ points you in the right direction: github.com/angular-ui/bootstrap/wiki/FAQ
  • Shalabh Raizada
    Shalabh Raizada about 8 years
    I made an application for calculation of income tax in India. I needed to use popovers and dropdowns and collapsible divs in the application. I tried to do it in Angular UI. It works fine in plunker and on the site. But the same code will not fire on my system. I tried every way to get it working with no result. Finally I used data-toggle etc in bootstrap 3.0 and got it working easily.