tests(): move has-* to classes for ion-content elements

This commit is contained in:
Andy Joslin
2014-03-18 15:36:13 -06:00
parent 532d473e35
commit cd5131c107
22 changed files with 42 additions and 54 deletions

View File

@@ -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>