Meteor_angularjs icon indicating copy to clipboard operation
Meteor_angularjs copied to clipboard

Results 26 Meteor_angularjs issues
Sort by recently updated
recently updated
newest added

This adds a callback parameter to all the modify operations. Additionally it removes the callback parameter of the find methods since it wasn't used anyway. It might be worth thinking...

This commit fixes findOne. If someone requests a record with findOne and this record gets updated afterwards, the change doesn't get propagated to the first client.

The working directory in a bundle is the same directory in which the app.html file is in, the bundle folder prefix makes it impossible to execute bundles.

client.js didn't handle multiple cursors for the same collection well because the value object was common to all cursors of a collection. Also $meteorObject didn't handle multiple save() operations on...

Sorry for the previous PR that i missed the quotation mark

Needs testing, but I think it is on the right track... Allows for much easier configuration and customisation instead of the old hard-coded approach.

In Meteor base app.html file in latest Meteor build 0.8.0, RELOAD_SAFETYBELT token has been added for parsing on application startup and with server.js occupying that function in pipeline token is...

the latest version of meteor is throwing up the following error with this package. Note : the earlier version are working just fine .. the new version is showing error...