From a6872aedbbac30f1343650325d96158d6b149d8c Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Tue, 24 May 2016 15:57:57 -0400 Subject: #261 - very initial code - only events screen and date formats Former-commit-id: 39a38ba884b0d1f1875e07fb0b3ecd274bbd7e61 --- www/lib/angular-cookies/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 www/lib/angular-cookies/index.js (limited to 'www/lib/angular-cookies/index.js') diff --git a/www/lib/angular-cookies/index.js b/www/lib/angular-cookies/index.js new file mode 100644 index 00000000..65766754 --- /dev/null +++ b/www/lib/angular-cookies/index.js @@ -0,0 +1,2 @@ +require('./angular-cookies'); +module.exports = 'ngCookies'; -- cgit v1.2.3