Angular-UI vs Angular-Strap [closed]
Asked Answered
R

1

70

So currently I'm using Angular UI Bootstrap but I've noticed Angular-Strap has been re-written to not be jQuery wrapped directives.

Going through the new code of Angular-Strap I've noticed some pretty nice improvements such as touch and more enhanced functionality over Angular UI. Angular Experts, what is your current perspective on the two at the moment?

Recaption answered 28/2, 2014 at 14:33 Comment(6)
I Suggest you to use Angular-StrapPritchett
@JQueryGuru - Any feedback to why you suggest this?Recaption
The new one does not ...Recaption
This bothers me too. My gut feeling says that Angular Strap is the better choice at the moment because it is more feature complete. But i have very little experience with both.Crescentic
I ended up migrating my code to AngularStrap. The project seems to be more active ( recently ) with a more consistent code base. Along with some of the extra features that I liked there was quite a bit of code reduction that happened from the refactor.Recaption
@Recaption That is not correct what you say. According to the angular-strap website: "With no external dependency except the Bootstrap CSS styles, AngularStrap is lighter and faster than ever as it does leverage the power of ngAnimate from AngularJS 1.2+!"Spathic
B
38

I know that the Angular-UI team has worked hard to remove all jQuery and Bootstrap dependencies from their code, the same as Angular Strap. They both support Bootstrap 3x so you gain nothing by going with a specific library from that perspective either. It really comes down to what features are implemented between the two.

If there are features you need that Angular Strap has that Angular-UI doesn't go with Angular Strap. The same can be said for Angular-UI. It really gets down to which one best fits your development.

Bandeen answered 10/3, 2014 at 15:54 Comment(7)
Agreed. They both have things the other doesn't have, wish we could just merge the two! :)Recaption
Just as an example: The datepicker from angular-ui looks much better and has more features than the angular-strap datepicker e.g. number of weeks are shown vertically.Spathic
Another difference is that you can inject html templates in popover with angular-strapElane
@CodingSmackdown: Uninstall it immediately because bower brought in jquery as a dependency.Memnon
I use Angular-Strap. Seems to work well, but the documentation is mediocre.Deborahdeborath
if using the breeze with the zValidate directive Angular strap works out of the box for the datepicker - was the deciding factor for meCrystallography
i just don't understand why examples of angular-strap are not working on plunker. It is unbelieveable embarrassing with a poor documantation.Sulfatize

© 2022 - 2024 — McMap. All rights reserved.