Navigation Controller: Pop() from TabsPage

Hey There. I am running Ionic 2 RC1.

My app’s navigation is very simple: I have a page with no tabs that when you click on a button pushes a tabsPage (with three tabs) to the navigation controller.

I have a goBack function that is simply this.navCtrl.pop() and I invoke from any of the tabbed pages header. In beta 11 clicking on that button would lead me back to the root page (page with no tabs) but in RC1 it leads to a blank screen.

In Beta 11 this was my expected behavior:

In RC1 this is what happens:
image