Search code examples
javascriptangularjscalendarangular-bootstrap

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.


Solution

  • 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