mattlewis92 / angular-bootstrap-calendar

A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
https://mattlewis92.github.io/angular-bootstrap-calendar/
MIT License
798 stars 369 forks source link

Adding events dynamically in angular bootstrap calendar #637

Closed Neha-saini closed 7 years ago

Neha-saini commented 7 years ago

I want to add events dynamically but don't know how to do it. Please help

burtek commented 7 years ago

Use ngResource and dynamically load events from your API. It's not the issue with calendar. You can read a lot about REST APIs on the web.