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:
@@ -24,7 +24,7 @@
|
||||
<input type="text" value="header input">
|
||||
</label>
|
||||
</header>
|
||||
<ion-content has-header="true" padding="true" overflow-scroll="false">
|
||||
<ion-content class="has-header" padding="true" overflow-scroll="false">
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
<span class="input-label">Your Name</span>
|
||||
@@ -71,7 +71,7 @@
|
||||
<h1 class="title">New Contact</h1>
|
||||
<button class="button button-clear button-primary" ng-click="closeModal()" ion-stop-event="click">Cancel</button>
|
||||
</header>
|
||||
<ion-content has-header="true">
|
||||
<ion-content class='has-header'>
|
||||
<div class="padding">
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
|
||||
Reference in New Issue
Block a user