角引导日历

Ysr*_*nja 1 javascript calendar angularjs angular-bootstrap

这是用Angularjs制作的非常干净且易于使用的日历。

https://mattlewis.me/angular-bootstrap-calendar/

如果您单击任一天边缘的数字,则将切换到日视图。我想禁用它,但我不知道如何。

请帮忙。

rav*_*ave 5

您应该添加

on-drill-down-click="false"
Run Code Online (Sandbox Code Playgroud)

日历指令的属性,以及其他选项

<mwl-calendar
   .... 
   on-drill-down-click="false" >
</mwl-calendar>
Run Code Online (Sandbox Code Playgroud)

https://github.com/mattlewis92/angular-bootstrap-calendar#documentation