Phonegap status bug in slide-menu app

I’ve tried the slide-menu example app for phonegap build. I’ve realised that there is a gap between header and the status bar. But there isn’t any gap between slidemenu and status bar. Is it considered as a bug in ionic? Check out my screenshots.

Thanks.


Hmm, interesting. A simple solution to this would be to add an ion-header to the side menu. But if thats something you would want to do, you could always write some css to address this.

.platform-ios7 .menu .menu-left .list {
   paddding-top :20px;
}

Thanks Mike. I fixed them already by adding padding to the header.