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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user