summaryrefslogtreecommitdiff
path: root/client/js/controllers/mainApp.js
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-24 14:41:00 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-24 14:41:00 +0100
commitb2795163b3cdfee8ea78e3abd6f96a5192e14f25 (patch)
tree997dc8fe542e9d204c120c0b5a540bbab7f0ea1c /client/js/controllers/mainApp.js
parent96a85567552f1555f9c46990610f8e387a4e9d7a (diff)
Make first controller
Diffstat (limited to 'client/js/controllers/mainApp.js')
-rw-r--r--client/js/controllers/mainApp.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/js/controllers/mainApp.js b/client/js/controllers/mainApp.js
new file mode 100644
index 0000000..6ff39a9
--- /dev/null
+++ b/client/js/controllers/mainApp.js
@@ -0,0 +1,10 @@
+/*
+ * mainApp Controller
+ */
+
+
+
+mainApp.controller('mainAppCtrl', function ($scope)
+{
+ // TODO
+}); \ No newline at end of file