All Projects → Urigo → angular-meteor-seed

Urigo / angular-meteor-seed

Licence: other
Seed app for AngularJS and meteor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

angular-meteor-seed

Deprecated - Official Angular-Meteor library here: https://github.com/Urigo/angular-meteor

Seed app for AngularJS and meteor. Based on angular - meteor - example by tom-muhm but trying to create a better folder structure.

Working copy: http://angular-meteor-seed.meteor.com/

Setup

clone the repositry

git clone [email protected]:Urigo/angular-meteor-seed.git
  1. start the application - so meteroite can download the plugins:

    mrt

Run

  1. Start your app with:

    mrt

  2. open the browser console and add new items with:

    angular.element('[ng-controller=TodosCtrl]').scope().Todos.insert({name: 'Task x'})

  3. see the magic happen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].