Ionic inserts unexpected class -


when writing ionic tabs [ion-tabs] use class "tabs-positive tabs-icon-top"
nut when run run , inspect element chrome see there class :"tabs-top tabs-striped"

here code

<ion-tabs class="tabs-positive tabs-icon-top">          <!-- home tab -->          <ion-tab title="home" icon-off="ion-ios-home-outline" icon-on="ion-ios-home" href="#/tab/dash">              <ion-nav-view name="tab-dash"></ion-nav-view>          </ion-tab>            <!-- man tab -->          <ion-tab title="man" icon-off="ion-man" icon-on="ion-man" href="#/tab/man">              <ion-nav-view name="tab-man"></ion-nav-view>          </ion-tab>            <!-- woman tab -->          <ion-tab title="woman" icon-off="ion-woman" icon-on="ion-woman" href="#/tab/woman">              <ion-nav-view name="tab-woman"></ion-nav-view>          </ion-tab>      </ion-tabs>

and here in chrome

<ion-tabs class="tabs-positive tabs-icon-top pane tabs-top tabs-striped" nav-view="active" style="transform: translate3d(0%, 0px, 0px);"><div class="tab-nav tabs">

is there way avoid these unexpected css class insertion.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -