This project is now deprecated. I recommend using angular-ui -> http://github.com/angular-ui/
Angular-ui doesn't have the tabs directive or the popover. The popover may be moved later, but the tabs directive is unneeded (just ng-repeat tab title elements and tab content elements).
A set of AngularJS components to make easy use of Twitter Bootstrap UI goodies.
Demo at http://ajoslin.github.com/angular-bootstrap-ui
- Requires jQuery
- Drop js/angular-bootstrap-with-scripts.js into your project, or if you already have all the necessary bootstrap scripts just drop angular-bootstrap.js in.
- Requires coffeescript to develop. Get it with node.js and npm, running
npm install -g coffee-script
to install. - Run
cake
to see compile options - Before you commit, be sure to run both
cake coffee
andcake build
, so all the js files are proper. - Tests? Who needs tests? These are directives, good sir! (yeah, yeah, yeah)