This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"dependencies" : {
19
19
"angular" : " ~1.2.x" ,
20
+ "jquery-ui" : " ~1.10.3" ,
20
21
"fullcalendar" : " ~2.x"
21
22
},
22
23
"devDependencies" : {
Original file line number Diff line number Diff line change 4
4
< title > AngularUI Calendar for AngularJS</ title >
5
5
< link rel ="icon " href ="favicon.ico " />
6
6
< 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 ">
8
8
< link rel ="stylesheet " href ="calendarDemo.css " />
9
9
10
10
< script src ="../bower_components/jquery/dist/jquery.js "> </ script >
13
13
14
14
< script src ="../bower_components/angular/angular.js "> </ script >
15
15
< 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 >
18
18
< script src ="../src/calendar.js "> </ script >
19
19
< script src ="calendarDemo.js "> </ script >
20
20
</ head >
You can’t perform that action at this time.
0 commit comments