From 4e6ff34ca50a15da77ef8fe9781c38307ed81637 Mon Sep 17 00:00:00 2001 From: Josh Kurz Date: Mon, 7 Jan 2013 05:42:04 -0500 Subject: [PATCH] added calendar demo --- angular-ui | 2 +- index.html | 69 +- js/app.js | 28 + lib/calendar/fullcalendar.css | 618 ++++ lib/calendar/fullcalendar.js | 5225 +++++++++++++++++++++++++++++++++ 5 files changed, 5939 insertions(+), 3 deletions(-) create mode 100644 lib/calendar/fullcalendar.css create mode 100644 lib/calendar/fullcalendar.js diff --git a/angular-ui b/angular-ui index 0eac4de..e67bbce 160000 --- a/angular-ui +++ b/angular-ui @@ -1 +1 @@ -Subproject commit 0eac4de11d8cd5d9777df43adaa74c1f3c91ec1c +Subproject commit e67bbce5ad3b3e924391530d3142ef7e8c83f1d9 diff --git a/index.html b/index.html index 4b140e8..97eb588 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + @@ -16,6 +16,7 @@ + @@ -25,6 +26,7 @@ + @@ -32,7 +34,7 @@