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": { 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" } } 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', {