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 has been archived by the owner on Jan 22, 2020. It is now read-only.
Dale Lotts edited this page Jun 13, 2018
·
1 revision
##Step 1: Isolate the bug on your end
More often than not, the problem is with your code, not with FullCalendar. To determine this, remove as much of your code as possible:
Remove all unrelated stylesheets and JS files
Remove all unrelated 3rd party libraries
Remove all server-side logic. Use static HTML and JSON files instead.
For more info on this technique, read Reduced Test Cases.
##Step 2: Post a public demonstration of the bug
Use a service like JSBin, JSFiddle, or plnkr to demonstrate the bug online. Enter your JS, CSS, HTML, and JSON and wire up all the relevant dependencies (Angular, Moment, angularjs-bootstrap-datetimepicker, etc).
Instructions: Create a new bin, make your changes, select file -> save snapshop, click Share at the top, then get the Link.