Meteor package for angular-bootstrap. (http://angular-ui.github.io/bootstrap/)
mrt add angular-bootstrap
- Add support for angularite, a lightweight meteor-angular bridge.
- Dependency on ngMeteor changed to a 'weak' one. Which means if you like to stick with ngMeteor, you need to add ngMeteor explicitly in your app's smart.json.
var app = Angularite.module('myApp', ['ui.bootstrap']);