On page reload, why doesn't clicking tab button take you to root view?

I have an app with tabs and those tabs have nested views. Using your demo app for example - http://s.codepen.io/ionic/fullembedgrid/odqCz

So the home view #/tab/home for example has #/tab/facts as a nested view.

Now if I reload the browser on #/tab/facts (http://s.codepen.io/ionic/fullembedgrid/odqCz#/tab/facts) and then click the home tab at the bottom of the page, the #/tab/facts view is treated as the root home view and I’m unable to get to #/tab/home by clicking the home tab. Is there a way to configure the app to ensure we are always routed to #/tab/home when we click the home tab?