kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Add to API docs: when is .current() filled in? #580

Open lorensr opened 8 years ago

lorensr commented 8 years ago

In my app, on page load, FlowRouter.current() is {}. Inside Meteor.startup, it's filled in. Is it guaranteed to be filled in by then? Would be good to note in Readme what the behavior is.