Android and ionic templates

I made my app using ionic ,in chrome desktop the app is working great and even in emulator
but when I release the app and try it in a real device ,I found the templates of the sidemenu which I’m hiding with ng-hide and ng-show all of them are shown for seconds unpopulated

like these

<div ng-show="profile">

{{profile.id}}
</div>

then after seconds it shown as normal

I don’t know how to deal with that

I check my javascript there is not errors , only that happens after I build and release my app

thanks