Urigo / Ionic-MeteorCLI-WhatsApp

WhatsApp Clone tutorial with Ionic 1.0 and Meteor CLI
https://www.angular-meteor.com/tutorials/whatsapp/meteor/bootstrapping
MIT License
205 stars 267 forks source link

Step 2.5 'this.data.remove is not a function' #27

Closed abtx closed 7 years ago

abtx commented 8 years ago

I get this error in step 2.5.

abtx commented 8 years ago

I keep getting this error. Can I point out that the tutorial asks to use this.data.remove(chat) and the commit uses his.data.remove(chat._id)? I'm not sure why I'm getting the error though, I've got the routes set up to use the correct controller, the Mongo initialisation is in place, and server side code is just as in the example.

blitzmann commented 7 years ago

I second this, this seems to be broken