Hardware back button ionic and stylesheet

after using this code inside .run (in js file) my stylesheet (css file) is not working.

$ionicPlatform.registerBackButtonAction(function () {
if (condition) {
navigator.app.exitApp();
}
else {
handle back action!
}
}, 101);

After adding this my page looks like

but if i not use this my page is: