I am adding ui calendar from this lib https://github.com/angular-ui/ui-calendar
I have added file on my component file
<script type='text/javascript' src='resources/scripts/external/ui-calendar/fullcalendar/dist/fullcalendar.js'></script>
<script type='text/javascript' src='resources/scripts/external/ui-calendar/fullcalendar/dist/gcal.js'></script>
<script type='text/javascript' src='resources/scripts/external/ui-calendar/fullcalendar/src/calendar.js'></script>
But i am facing these error on console :-
ReferenceError: require is not defined fullcal...s?v=2.3 (line 12, col 3) ReferenceError: require is not defined gcal.js?v=2.3 (line 12, col 3)
and
Error: scope.calendar.fullCalendar is not a function update@http://localhost:8080/DigitalWare/resources/scripts/external/angular-ui/angular-ui.js?v=2.3:90:26 .link@http://localhost:8080/DigitalWare/resources/scripts/external/angular-ui/angular-ui.js?v=2.3:108:13
Help me to solve this issue.
Thanks