Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar not so smart #101

Open
datanator opened this issue Sep 5, 2016 · 1 comment
Open

Calendar not so smart #101

datanator opened this issue Sep 5, 2016 · 1 comment

Comments

@datanator
Copy link

datanator commented Sep 5, 2016

So if I would want to set the month of the calendarview there is no function for that. That makes navigating the calendar impossible.

I also cannot reset data from the calendar view: when I navigate to another month manually and I navigate back, my old values seem to have persisted. Though it sounds logical it is not: when I navigate my calendar I might want to fetch a months worth of data and update those days of the calendar that have data... but if I do not have data for a particular day the old data is still there.. that makes this calendar really unusable for dynamic data sets...

I will use the calendar with this handicap (and do some page refreshes, which works for now) but I would strongly suggest to build this calendar in such a way that it reflects a scoped variable that holds the calendar events. That would be the Angular way. Also, the calendar month should be a scoped variable so it would be easy to dynamically change which month to view with this calendar.

If one could trigger a refresh of the calendar which then would force setDayContent to retrieve all data to view that would be an intermediate solution. It would enable to build your own dataset and trigger the calendar to reflect that data...

just a silly idea...

@j-ramirez-bi4group
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants