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

Commit d97e9a2

Browse files
committed
v0.1.2
1 parent 8fd453a commit d97e9a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-calendar",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A complete AngularJS directive for the Arshaw FullCalendar.",
55
"author": "https://github.com/angular-ui/ui-calendar/graphs/contributors",
66
"license": "MIT",

demo/calendarDemo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* calendarDemoApp - 0.1.1
2+
* calendarDemoApp - 0.1.2
33
*/
44
angular.module('calendarDemoApp', ['ui.calendar']);
55

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script src="http://code.angularjs.org/1.0.4/angular.js"></script>
1414
<script src="https://raw.github.com/angular-ui/angular-ui.github.com/master/lib/calendar/fullcalendar.js"></script>
1515
<script src="http://arshaw.com/js/fullcalendar-1.5.3/fullcalendar/gcal.js"></script>
16-
<!-- <script src="https://raw.github.com/yourilima/ui-calendar/master/src/calendar.js"></script> -->
16+
<script src="https://raw.github.com/yourilima/ui-calendar/master/src/calendar.js"></script>
1717
<script src="calendarDemo.js"></script>
1818
</head>
1919
<body data-spy="scroll">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-calendar",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A complete AngularJS directive for the Arshaw FullCalendar.",
55
"author": "https://github.com/angular-ui/ui-calendar/graphs/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)