ngMeteor
ngMeteor copied to clipboard
The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.
... bootstrapping mechanism. Default behavior is the same as the original (bootstrapping 'ngMeteor' on the document element). [](https://reviewable.io/reviews/loneleeandroo/ngmeteor/26)
What is the relationship between this package and https://atmospherejs.com/urigo/ngmeteor ? They have identical descriptions. CC @urigo
Is this gonna happen or should i lose my faith in humanity?
Looks like the Blaze.toHTML call for meteor 0.8.3 fails when used against templates defined in easy-search meteorite package. Not sure if this is a easy-search package issue, or ngMeteor issue....
Hi everyone, Im trying to use ngMeteor v0.2 with Meteor 0.8.3 and I get this error: Uncaught TypeError: Cannot read property 'notifyParented' of undefined (ngMeteor.js:36) I guess it caused by...
Equivalent to find(selector, options).fetch()[0] with options.limit = 1.
i want to display 2 different queries from notes collection. 1. query all recent sticky notes. 2. query all recent notes with note.sticky = false if u know what i...
I'm new to both Meteor and Angular, so I apologize in advance if this is not an issue with ngMeteor. I have a very simple app with a conditional meteor...
I am cross posting the issue I posted in https://github.com/cramrov/meteor-ionic/issues/5 since I am not sure if it is ionic specific