Which one to use, AngularUI Bootstrap or AngularStrap?

I am new to AngularJS and its awesome. I need plugins to download Twitter in my projects. I stumbled upon these two github projects

Now I am confused which one to choose. Are these plants ready? or should I use the jQuery extensions that come with Bootstrap.

+47
angularjs angular-ui
Mar 06 '13 at 6:12
source share
1 answer

Both projects aim to include Twitter bootstrap widgets in AngularJS directives, so you can use them in their pure form. Since none of them covers the complete list of Bootstrap elements, you can use it when you need it, depending on the Bootstrap element that you want to include in your project. I am currently entering both, and still no problems.

+24
Mar 06 '13 at 8:36
source share



All Articles