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/controllers | |
| parent | 96a85567552f1555f9c46990610f8e387a4e9d7a (diff) | |
Make first controller
Diffstat (limited to 'client/js/controllers')
| -rw-r--r-- | client/js/controllers/empty | 0 | ||||
| -rw-r--r-- | client/js/controllers/mainApp.js | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/client/js/controllers/empty b/client/js/controllers/empty deleted file mode 100644 index e69de29..0000000 --- a/client/js/controllers/empty +++ /dev/null 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 |
