mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
tests(): move has-* to classes for ion-content elements
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<header class="bar bar-header bar-dark">
|
||||
<h1 class="title">Tab Bars</h1>
|
||||
</header>
|
||||
<ion-content has-header="true" has-tabs="true">
|
||||
<ion-content class="has-header has-tabs">
|
||||
<h1>Home</h1>
|
||||
<ul class="list">
|
||||
<a href="#" class="list-item" ng-repeat="item in items">
|
||||
@@ -48,7 +48,7 @@
|
||||
<header class="bar bar-header bar-success">
|
||||
<h1 class="title">About</h1>
|
||||
</header>
|
||||
<ion-content has-header="true" has-tabs="true">
|
||||
<ion-content class="has-header has-tabs">
|
||||
<h1>About Us</h1>
|
||||
</ion-content>
|
||||
</ion-tab>
|
||||
@@ -57,7 +57,7 @@
|
||||
<header class="bar bar-header bar-dark">
|
||||
<h1 class="title">Settings</h1>
|
||||
</header>
|
||||
<ion-content has-header="true" has-tabs="true">
|
||||
<ion-content class="has-header has-tabs">
|
||||
<h1>Settings</h1>
|
||||
</ion-content>
|
||||
</ion-tab>
|
||||
|
||||
Reference in New Issue
Block a user