From b2795163b3cdfee8ea78e3abd6f96a5192e14f25 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 24 Jan 2016 14:41:00 +0100 Subject: Make first controller --- client/js/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/js/app.js') diff --git a/client/js/app.js b/client/js/app.js index e726d8a..63ecfef 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -1 +1,3 @@ -angular.module("MainApp",[]) \ No newline at end of file + +// Declare main app +var mainApp=angular.module("mainApp",[]); \ No newline at end of file -- cgit v1.2.3