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

Minor issue with the code in step 9 #137

Closed kaus02 closed 8 years ago

kaus02 commented 8 years ago

In block 9.2, where we are creating publish.js , it should be import { Parties } from './parties'; rather than import { Parties } from './collection'; as the parties.js was moved to api folder from the collection folder.Please correct me if wrong.