在Firefox中Angularjs ui bootstrap日期选择器图标问题

时间:2015-03-24 08:09:50

标签: angularjs firefox angular-ui angularjs-bootstrap

我正在使用Angularjs ui bootstrap日期选择器,但是图标<i class="glyphicon glyphicon-calendar"></i>在Firefox中没有正确显示,但Chrome中的图标很好。请参阅随附的Mozilla屏幕截图。我该如何解决?

以下是我的jsp代码:

<input type="text" class="form-control" ng-disabled=true datepicker-popup="dd-MMM-yyyy" style="height: 20px; width: 79px" ng-model="ui3DataSet.toDate" is-open="openedSecond" min-date="minDate" max-date="'2015-06-22'" datepicker-options="dateOptions" ng-required="true" close-text="Close" />

<button type="button" class="btn btn-default" ng-click="openSecond($event)">
    <i class="glyphicon glyphicon-calendar"></i>
</button>

date picker icon issue

1 个答案:

答案 0 :(得分:0)

在我的应用中,我使用标签 span 而不是标签。这适合我。 (我不能写评论)