The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages. Currently implementing a Demo Page. Also, I made this little app using ngMeteor so that I could calculate the type effectiveness quickly while I was playing Pokemon Y, PokeLab.
ngMeteor v0.1.22+ works with Blaze.
- Install Meteor
curl https://install.meteor.com | /bin/sh
- Install Meteorite
npm install -g meteorite
- Create a new meteor app using
meteor create myapp
or navigate to the root of your existing app. - Install ngMeteor
mrt add ngMeteor
- New Data-Binding to avoid conflict
- Using Meteor Collections
- Adding controllers, directives, filters and services
- Creating and inserting template views
- Routing
- Module Injection