angular-simple-calendar
angular-simple-calendar copied to clipboard
Simple customizable AngularJS calendar with no dependencies. Supports simple events (only date and title).
This module is very usefull, but calc() css on .day class is not supported on Android before 4.4. Is there some alternative way to implement it?;
Hi there.. Please help.. How do i update events in calendar? I use external button to add event "Present Today" with ng-click and push into array list, but it wont...
Is there a way to check if the calendar is ready. I need to get the width of it on load.
Hi, First, thank you for this tool/calender, it fits perfectly for what I am doing. When a user clicks on a date without an event, I am using that dateClick...
I think it's more realistic instead of just one event a day. in template ``` 'ng-class="{default: isDefaultDate(date), event: date.event && date.event.length > 0, disabled: date.disabled || !date}"' + bindEvent =...
Using $watchCollection will make pushing new events in the events array work!