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.
Hello
It seems i am unable to use
FlowRouter.subsReady
when subs-manager handle the subscription in FlowRouter instead ofMeteor.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