Angular bootstrap 日历
Angular bootstrap calendar
这是 Angularjs 制作的非常干净且易于使用的日历。
https://mattlewis.me/angular-bootstrap-calendar/
如果您点击任何一天边缘的数字,您将切换到日视图。 我想禁用它,但我不知道该怎么做。
请帮忙。
你应该添加
on-drill-down-click="false"
日历指令的属性,以及其他选项
<mwl-calendar
....
on-drill-down-click="false" >
</mwl-calendar>
https://github.com/mattlewis92/angular-bootstrap-calendar#documentation
根据最新版本,这已更改为 on-view-change-click="false"
这是 Angularjs 制作的非常干净且易于使用的日历。
https://mattlewis.me/angular-bootstrap-calendar/
如果您点击任何一天边缘的数字,您将切换到日视图。 我想禁用它,但我不知道该怎么做。
请帮忙。
你应该添加
on-drill-down-click="false"
日历指令的属性,以及其他选项
<mwl-calendar
....
on-drill-down-click="false" >
</mwl-calendar>
https://github.com/mattlewis92/angular-bootstrap-calendar#documentation
根据最新版本,这已更改为 on-view-change-click="false"