Execute controller on tab change

I just upgraded from beta 14 to 1.0.0, and my controller is no longer executing when a tab is selected. I have caching disabled with the following:

$ionicConfigProvider.views.maxCache(0);

Any suggestions why this doesn’t seem to work any more?

I have also added cache: false to the route, which has no affect.