kadirahq / subs-manager

Subscriptions Manager for Meteor
MIT License
358 stars 36 forks source link

FlowRouter.subsReady always return true with subs manager #46

Closed wI2L closed 9 years ago

wI2L commented 9 years ago

Hello

It seems i am unable to use FlowRouter.subsReady when subs-manager handle the subscription in FlowRouter instead of Meteor.subscribe. In my case, FlowRouter.subsReady always return true, so the messags in my template who is suppose to inform the user that tha data is loading never show.

Regards

wI2L commented 9 years ago

Sorry, seems to be a mistake from me in my templates.