我已經做了一個代碼,以將圖像和文本一起附加到離子視圖的標題欄。這是代碼片段:離子AngularJS:將圖像和文本附加到離子視圖的標題欄不顯示
<ion-view align-title="left">
<h1 style="margin-left:100px" class="title">
<img class="title-image" src="http://www.ionicframework.com/img/ionic-logo-white.svg" width="123" height="43" />
</h1>
<h1 class="title">Titled Text</h1>
<ion-content class="padding">
<div class="list list-inset">
<label style="border: 3px solid red; border-radius:5px;" class="item item-input">
<input focus-on="focusMe" type="text" ng-model="register.username" placeholder="Choose username">
</label>
<label style="margin-top: 10px; border: 3px solid red; border-radius:5px;" class="item item-input">
<input type="password" placeholder="Choose password" ng-model="register.password">
</label>
</div>
<a style="margin-top: 100px; border: 3px solid red; border-radius:5px; background-color: #ff6000 class="button button-block button-positive">Next</a>
</ion-content>
</ion-view>
這就是我所做的普拉克。
請我怎樣才能使圖像和文字看起來離子視圖的標題欄?
問題是什麼? – user1697575
你的佣金完全損壞...... – Makoto
這就是挑戰。 – Blaze