Ion-nav-title and ion-nav-buttons not working

I can’t get the title and buttons to show on the top bar with the 1.3.1 release. They were working fine before but after the update they don’t show, not even in the HTML. I created a simple codepen to illustrate. Hopefully I’m missing something simple!

See the Pen Side Menu Exposed On Large Viewport: Nightly by sartogo (@sartogo) on CodePen.

I figured it out, I had inline <style> in my template before <ion-view> and that broke things apparently in the latest release. I need to move the css anyway to the proper css file, but if anyone has an issue make sure that nothing is between the <ion-nav-view> and <ion-view> tags