I’m trying the new version and I get a problem even though i copy the code from doc. Codepen here:
add the class ‘bar’ into your header line
ion-header-bar align-title=“left” class="bar-positive"
like
ion-header-bar align-title=“left” class=“bar bar-positive”
And then the header blocks the content
Seems like you missed a big thing, initiating the angular app.
angular.module('ionicApp', ['ionic'])
THX a lot!! If only this could be included in doc.
Its at the basis of angular.js but I can see where it could be overlooked. Anytime you use a directive or some sorts, you need to initiate the angular bootstrapping process to get things going. I’ll talk to the devs about including a more in depth explanation about that process in the docs