The following is the error message that I got when I tried to run an example of angular ui calendar.
TypeError: Cannot read property 'length' of undefined at Object.getTokens (app/bower_components/ui-calendar-master/src/calendar.js:87:36)
The following is the order of js file
- "bower_components/JQuery/jquery.js"
- "bower_components/JQueryUI/UI/jquery-ui.js"
- "bower_components/angular/angular.js"
- "bower_components/angular-ui-bootstrap/ui-bootstrap.js"
- "bower_components/ui-calendar-master/src/calendar.js"
- "bower_components/fullcalendar/fullcalendar.js"
- "bower_components/fullcalendar/gcal.js"
How to fix this error? Thank you for any help.