From f53cb76ed1f89607bb8f8c261fa771d733d04b3f Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 31 Jul 2015 09:21:51 -0400 Subject: modified image access to route through index.php and fixed cookie intercept and insert --- www/lib/angular/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 www/lib/angular/index.js (limited to 'www/lib/angular/index.js') diff --git a/www/lib/angular/index.js b/www/lib/angular/index.js new file mode 100644 index 00000000..5c1aafcc --- /dev/null +++ b/www/lib/angular/index.js @@ -0,0 +1,2 @@ +require('./angular'); +module.exports = angular; -- cgit v1.2.3