Reputation: 13
I want to add calandar datepicker calendar is it possible ? how? for example : http://fullcalendar.io/js/fullcalendar-2.6.1/demos/agenda-views.html thank you
Upvotes: 0
Views: 276
Reputation: 5605
You can quite easily implement fullCalendar in your Angular project by wrapping it in a custom directive, you could also try out ui-calendar which does just that.
Upvotes: 0