Ionic tab issue

Hello there

Please check the tabs in ionic 2.0.0-beta.17 i.e. 1.7.14, as i found that tab title is not showing when there is no icon specified with it.

Below is the sample code

    <ion-tab title="Login" href="#/tab/login">
        <ion-nav-view name="login-tab"></ion-nav-view>
    </ion-tab>

    <ion-tab title="Sign Up" href="#/tab/signUp">
        <ion-nav-view name="signUp-tab"></ion-nav-view>
    </ion-tab>

</ion-tabs>

Also I have created the new tab example after updating to the latest version of ionic (1.7.14) and removed the icon-on & icon-off and also the css class of tabs-icon-top and then checked it again, but the result was the same, tab is shown but no title appeared.

Please check it if something is wrong.

Thanks and regards
Aman Hardaha

1 Like