We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e1a808 + fe125ba commit 29f2b88Copy full SHA for 29f2b88
modules/angular-meteor-meteorCollection.js
@@ -34,7 +34,7 @@ angularMeteorCollections.factory('AngularMeteorCollection', ['$q', '$meteorSubsc
34
35
angular.forEach(item, function(prop) {
36
if (prop.$$hashKey)
37
- delete item.$$hashKey;
+ delete prop.$$hashKey;
38
});
39
40
if (item._id) { // Performs an update if the _id property is set.
0 commit comments