关于css:如何在离子中心对齐的标题上添加图标?

How I can add an icon on header with center align in ionic?

如何在我的 ionic 应用程序中在标题上添加一个"ion-ios-arrow-up"图标,中心对齐,就像我下面的概念一样?

这是我的 HTML 模板:

<ion-view cache-view="false" view-title="Historical HPP">
    <ion-nav-bar class="nav-title-slide-ios7 bar-assertive" ng-click="click()"></ion-nav-bar>
 <ion-content class="has-header">
Hello
  </ion-content>
</ion-view>

之前谢谢

相关讨论

  • 你可以编辑这个:play.ionic.io/app/ac4063d18c09 并显示当前输出吗?
  • @ManojKumar:这个代码笔类似于我上面的 HTML 模板。

只需将标题绑定到 $scope 变量

<ion-view title="{{title}}">

在你的控制器中

$scope.title ="Historical HPP <i>";

在这里编写代码。这是你要找的吗?


以上是关于css:如何在离子中心对齐的标题上添加图标?的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>