We use the semi-official angular ui bootstrap library (<a href="http://angular-ui.github.io/bootstrap/" rel="nofollow">http://angular-ui.github.io/bootstrap/</a>)<p>Out of curiosity what does this give you over that?
This is cool! React (by Facebook) has something similar. <a href="http://react-bootstrap.github.io/components.html" rel="nofollow">http://react-bootstrap.github.io/components.html</a>
This looks very nice. The only thing that's a little confusing is that you provide a "Typeahead" component, but that was removed from Bootstrap 3 in favor of Twitter's standalone library which is also called Typeahead. I think it's great to provide the functionality (and clever to do it with Tooltip), but wonder if it should be called something else. (Autocomplete? Tipahead?)<p>Also, it would be nice if you used the inline annotation syntax (['foo', function (foo) {}]) to make the code minifiable.
Look great! We're currently not using Angular on our frontend, but this looks like a great way to squeeze more juice out of Bootstrap. I'll definitely check this out for future frontends :)
Angularstrap left a sour taste in my mouth when their Bootstrap 3 support took so long.<p>In that respect using bootstrap3 + backbone is a better option.
Not sure if it's intentional or not, but on the Timepickers example the "Time (as a number)" live demo cannot be updated. Doesn't work for me in FF or Chrome.<p><a href="http://mgcrea.github.io/angular-strap/##timepickers" rel="nofollow">http://mgcrea.github.io/angular-strap/##timepickers</a><p>This whole thing looks really, really, nice. Kudos.
Great to see a number of alternative solutions emerging! We've been using BS3 with a patched version of AngularUI for a few months now without any problems at <a href="https://starthq.com" rel="nofollow">https://starthq.com</a>. Using Angular with AngularUI means we no longer need to include jQuery as a dependency.
As much as I do like and appreciate Bootstrap, I don't use it for all (or even most) of my work. I wish these directives, or at least the ones where this could make sense, weren't so dependent on it.