Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Meteor0.8.3): Support Meteor 0.8.3 and prior for ngMeteor v0.2 #37

Closed
wants to merge 21 commits into from

Conversation

Urigo
Copy link

@Urigo Urigo commented Aug 16, 2014

No description provided.

Urigo and others added 18 commits August 16, 2014 21:04
This fixes an issue in ngMeteor-collections.js that would cause
upserting to fail because of an invalid ObjectID being passed to
collection.update() (as first argument).
This fixes an issue in ngMeteor-collections.js that would cause
removing to fail because of an invalid ObjectID being passed to
collection.remove() (as first argument).

Same fix for upserting.
Added documention for our updated fork to meteor-angular-ui-router
There seems to be two types of ObjectId:
- A simple string
- Meteor's ObjectId.

This commit allows ngMeteor to handle both types.
Merge urigo/ngMeteor v0.2
…r v0.2"

This reverts commit 27382bb, as it
seems to be causing issues on 0.8.3 and on versions prior to 0.8.2.
$$hashKeys will sometimes cause upserting to fail with the below error:
> Error: key $$hashKey must not start with '$'
Support both Meteor.Collection.ObjectID() and the default Meteor ID strings
@Urigo
Copy link
Author

Urigo commented Aug 27, 2014

Now also includes @leoetlino pull request - Urigo/angular-meteor#1

@Urigo Urigo closed this Sep 26, 2014
@Urigo Urigo deleted the v0.2 branch November 26, 2014 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants