Tab titles disappeared after update

Hello, I just update old Ionic to 1.0.0-beta and everything seems work but the only problem is that titles on ion-tab gone but icons are still visible :smile: my code of tabs looks like this:

<ion-tab title="Mapa" icon="icon ion-map" href="#/tab/map">
    <ion-nav-view name="map-tab"></ion-nav-view>
</ion-tab> 


<ion-tab title="Lista aptek" icon="icon ion-clipboard" href="#/tab/pharmacies-list">
    <ion-nav-view name="pharmacy-list-tab"></ion-nav-view>
</ion-tab>
`

Did you figure this out? I just updated and got the same thing.

Just figured it out.

<ion-tabs class="tabs-default tabs-icon-top" >
1 Like

Think nothing of it :slight_smile: Probably I used to have the same problem