Urigo / meteor-angular-socially

angular-meteor example and tutorial app
https://www.angular-meteor.com/tutorials/socially/angular1/bootstrapping
155 stars 144 forks source link

Databinding: declare collection has wrong path #127

Closed nguyenjk closed 8 years ago

nguyenjk commented 8 years ago

hi,

while reading this http://www.angular-meteor.com/tutorials/socially/angular2/3-way-data-binding I found that the path for declare collection is not consistent with the path that is being used below

this is the path that is in declare collection section: both/collections/parties/parties.collection.ts this is the path that is in app.component.ts: both/collections/parties.collection.

thank for making this tutorial available.

DAB0mB commented 8 years ago

@nguyenjk Thank you for submitting this issue. There are two versions of Socially, one is based on angular1 (aka socially1) and the second is based on angular2 (aka socially2). The issue you submitted belongs to socially2, whose issues page can be found here. Regardless, I think the issue doesn't exist anymore :-)