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

Commit 525d85b

Browse files
committed
feat(v2): Fix demo and add back jquery-ui dependency (at least until 2.1)
1 parent ed475e9 commit 525d85b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"dependencies": {
1919
"angular": "~1.2.x",
20+
"jquery-ui": "~1.10.3",
2021
"fullcalendar": "~2.x"
2122
},
2223
"devDependencies": {

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>AngularUI Calendar for AngularJS</title>
55
<link rel="icon" href="favicon.ico" />
66
<link rel="stylesheet" href="../bower_components/bootstrap-css/css/bootstrap.css" />
7-
<link rel="stylesheet" href="../bower_components/fullcalendar/fullcalendar.css">
7+
<link rel="stylesheet" href="../bower_components/fullcalendar/dist/fullcalendar.css">
88
<link rel="stylesheet" href="calendarDemo.css" />
99

1010
<script src="../bower_components/jquery/dist/jquery.js"></script>
@@ -13,8 +13,8 @@
1313

1414
<script src="../bower_components/angular/angular.js"></script>
1515
<script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.9.0.js"></script>
16-
<script src="../bower_components/fullcalendar/fullcalendar.js"></script>
17-
<script src="../bower_components/fullcalendar/gcal.js"></script>
16+
<script src="../bower_components/fullcalendar/dist/fullcalendar.js"></script>
17+
<script src="../bower_components/fullcalendar/dist/gcal.js"></script>
1818
<script src="../src/calendar.js"></script>
1919
<script src="calendarDemo.js"></script>
2020
</head>

0 commit comments

Comments
 (0)