Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 26ad6b2

Browse files
committed
Added fullcalendar.css loading in usage section
1 parent a9fbf68 commit 26ad6b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ To your `components.json` file. Then run
2828

2929
bower install
3030

31-
This will copy the ui-calendar files into your `components` folder, along with its dependencies. Load the script files in your application:
31+
This will copy the ui-calendar files into your `components` folder, along with its dependencies. Load the script and style files in your application:
3232

33+
<link rel="stylesheet" href="bower_components/fullcalendar/fullcalendar.css"/>
3334
<script type="text/javascript" src="bower_components/jquery/jquery.js"></script>
3435
<script type="text/javascript" src="bower_components/jquery-ui/ui/jquery-ui.js"></script>
3536
<script type="text/javascript" src="bower_components/angular/angular.js"></script>

0 commit comments

Comments
 (0)