From 2504e0164c5f4f6e73006a296140a82e167a5a5c Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 26 Sep 2015 10:06:36 +0100 Subject: Add AngularJS --- js/main.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 js/main.js (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..149564d --- /dev/null +++ b/js/main.js @@ -0,0 +1 @@ +var app = angular.module('ciat', []); -- cgit v1.2.1