Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which one to use, AngularUI Bootstrap or AngularStrap? [closed]

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.

like image 963
Sanket Sahu Avatar asked Mar 06 '13 06:03

Sanket Sahu


1 Answers

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.

like image 171
remigio Avatar answered Oct 16 '22 22:10

remigio