diff options
Diffstat (limited to 'client/js/app.js')
| -rw-r--r-- | client/js/app.js | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
