标签: angularjs angular-ui-bootstrap
我希望在UI-Bootstrap日期选择器上突出显示today。在UI-Bootstrap演示页面上,Datepicker示例在今天的日期显示了一个不同的CSS类:
today
http://angular-ui.github.io/bootstrap/
我今天似乎无法单独突出显示所选日期。我在这里创建了一个Plunker,
http://plnkr.co/edit/JCcWQhvLcERssg56pQUA
答案 0 :(得分:0)
您应该在控制器中调用$scope.today()。这样,您的StartDate将获得今天的价值,因此会突出显示。 见edited Plunker
$scope.today()
StartDate