简体   繁体   中英

Angular bootstrap calendar

Here is a pretty clean and easy to use calendar made in Angularjs.

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

If you click on the number at the edge of any day, you'll be switched to the day view. I want to disable that but I have no idea how to.

Please help.

you should add the

on-drill-down-click="false"

attribute to the calendar directive, together with the other options

<mwl-calendar
   .... 
   on-drill-down-click="false" >
</mwl-calendar>

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

根据最新版本,此名称已更改为on-view-change-click="false"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM