Angular UI Bootstrap vs. AngularStrap vs Bootstrap

Kode picture Kode · Dec 9, 2014 · Viewed 8.1k times · Source

I have been researching options to using Bootstrap with Angular and it appears to focus on two:

Angular UI Bootstrap
AngularStrap

I see a third option of just using native Bootstrap. What are the pro/cons of all approaches? This seems to hint that Angular UI Bootstrap is not feature complete:

Which one to use, AngularUI Bootstrap or AngularStrap?

Answer

user3203744 picture user3203744 · Apr 17, 2015

I don't use both of them because I don't want my project depends on too many 3rd party libraries. So I just use native Bootstrap JS, but I have to customize it to fit requirement of my project.

I don't say Angular UI Bootstrap and AngularStrap are not good, but with my project's requirement, I don't need all features so they are quite heavy. I just want you to pay attention to a point: currently, AngularStrap supports AngularJS 1.2+, this means it should support IE8 but Angular UI Bootstrap doesn't.