You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Add the calendar module as a dependency to your application module:
41
41
@@ -111,7 +111,7 @@ If you need to automatically re-render other event data, you can use `calendar-w
111
111
112
112
### Adding new events issue
113
113
114
-
When adding new events to the calendar they can disappear when switching months. To solve this add `stick: true` to the event object being added to the scope.
114
+
When adding new events to the calendar they can disappear when switching months. To solve this add `stick: true` to the event object being added to the scope.
115
115
116
116
## Watching the displayed date range of the calendar
0 commit comments