diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 14:41:00 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 14:41:00 +0100 |
| commit | b2795163b3cdfee8ea78e3abd6f96a5192e14f25 (patch) | |
| tree | 997dc8fe542e9d204c120c0b5a540bbab7f0ea1c /client/js/app.js | |
| parent | 96a85567552f1555f9c46990610f8e387a4e9d7a (diff) | |
Make first controller
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 |
