我正在尝试使用angularjs材料来设计我的应用程序。 我想创建一个圆形主页按钮,里面有一个主页图标。 我正在做的就是:
<ion-header-bar class="bar bar-header bar-calm">
<h1 class="tit">Welcome à toi!</h1>
<md-button class="md-fab button pull-right" id="button" ui-sref="home">
<md-icon md-font-icon="icon-home" ng-style="{color: 'white', 'font-size':'30px', height:'30px'}"> </md-icon>
</md-button>
创建了圆圈,但图标未显示。 谁能告诉我这是什么问题?谢谢