Combining the simplicity and power of AngularJS and Meteor
npm install angular-meteor    
======================================================
#### The power of Meteor and the simplicity and eco-system of AngularJS

angular-meteor tag$ curl https://install.meteor.com | /bin/sh$ meteor create myapp or navigate to the root of your existing app$ meteor remove blaze-html-templates ecmascript$ meteor npm install --save angular angular-meteor$ meteor add angular-templates pbastowski:angular-babel1. Install meteor-client-side $ bower install meteor-client-side
2. Install angular-meteor $ bower install angular-meteor
Please read the contributing instructions at the contributing page.
Go to the official docs
This project started as ngMeteor, a pre-0.9 meteorite package. Since then a lot has changed but that was the main base.
Also, a lot of features were inspired by @superchris's angular-meteor fork of ngMeteor