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

@@ -15,7 +15,7 @@
<div ng-controller="Ctrl">
<ion-header-bar title="title" type="bar-positive">
</ion-header-bar>
<ion-content has-header="true" style="background: lightblue;">
<ion-content class="has-header" style="background: lightblue;">
<h1>outer</h1>
<ion-scroll style="background: lightgreen; height: 200px;">
<h1>inner</h1>