Skip to content

ccll/meteor-angular-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-angular-bootstrap

Meteor package for angular-bootstrap. (http://angular-ui.github.io/bootstrap/)

Install

mrt add angular-bootstrap

v0.1.0 breaking change

  • 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.

Use with angularite

var app = Angularite.module('myApp', ['ui.bootstrap']);