diff options
author | Adam Coldrick <adam@sotk.co.uk> | 2015-09-26 10:06:36 +0100 |
---|---|---|
committer | Adam Coldrick <adam@sotk.co.uk> | 2015-09-26 10:06:36 +0100 |
commit | 2504e0164c5f4f6e73006a296140a82e167a5a5c (patch) | |
tree | 277c240cdfd07a6d84756b525f8194c44d2fb29d /js/main.js | |
parent | 1a7181819128c9a6ef251854c63fbbc41bf9af37 (diff) | |
download | ciat-ui-2504e0164c5f4f6e73006a296140a82e167a5a5c.tar.gz |
Add AngularJS
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
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', []); |