Which one to use, AngularUI Bootstrap or AngularStrap?

Sanket Sahu picture Sanket Sahu · Mar 6, 2013 · Viewed 20.4k times · Source

I am a novice to AngularJS and its amazing. I need Twitter's bootstrap plugins in my projects. I stumbled upon these two GitHub projects

  1. AngularStrap http://mgcrea.github.com/angular-strap/
  2. And AngularUI's bootstrap http://angular-ui.github.com/bootstrap/

Now, I am confused which one to choose. Are these production ready? or should I use the jQuery extensions which comes with Bootstrap.

Answer

remigio picture remigio · Mar 6, 2013

Both projects aim at including Twitter's bootstrap widgets as AngularJS directives, so you can use them in a clean way. Since none of them cover the complete list of Bootstrap elements, you can use which ever you need, depending on the Bootstrap element you wish to include in your project. I'm currently including both and so far there are no issues at all.