struggling to wait on subscriptions and multiple subscriptions
问题 i am really struggling with the iron-router waitOn. I have a number of subscriptions that i would like to waitOn, it doenst seem to me that iron router is waiting on anything. I have setup a number of subscriptions (main.js), which i would like to load before the application starts: Meteor.subscribe("appointments"); Meteor.subscribe("business"); Meteor.subscribe("clients"); Meteor.subscribe("staff"); I have tried almost every configuration i possibly can but i cannot seem to get the "loader"