From a2bcbc05161655ffa4b0a5a2dff893b35159b89d Mon Sep 17 00:00:00 2001 From: luis23 Date: Thu, 9 Mar 2017 13:06:56 -0600 Subject: [PATCH 1/3] cambio en la version de fullcalendar de 2.9.1 a 3.2.0 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2bd3adf..0fd0680 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "dependencies": { "angular": ">=1.4.x", "jquery": "~3.1.1", - "fullcalendar": "~2.9.1", + "fullcalendar": "~3.2.0", "moment": ">=2.5.0" }, "devDependencies": { From 3cfe10d25d0cb9a334e408d1572ca96b006d4579 Mon Sep 17 00:00:00 2001 From: luis23 Date: Thu, 9 Mar 2017 13:23:41 -0600 Subject: [PATCH 2/3] modificaciones en la clase calendar --- src/calendar.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/calendar.js b/src/calendar.js index 7ac3056..fd2f056 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -8,6 +8,10 @@ * */ +/* +edit: Ing. Luis, 9 de marzo 2016 +*/ + angular.module('ui.calendar', []) .constant('uiCalendarConfig', { From 3d11cb629d45ded90a9a6af098fffef1b3473c04 Mon Sep 17 00:00:00 2001 From: luis23 Date: Fri, 17 Mar 2017 10:26:34 -0600 Subject: [PATCH 3/3] cambios en la url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index feaad90..2404203 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "git://github.com/angular-ui/ui-calendar.git" + "url": "git://github.com/iscluise/ui-calendar" } }