diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 15:10:13 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-24 15:10:13 +0100 |
| commit | a059014b1bb87fe18f3079c4ab1dfefc728a0e34 (patch) | |
| tree | fae40d0574f0db97e6411d9b1efff991e81f7d79 /client/js/controllers/main.js | |
| parent | b2795163b3cdfee8ea78e3abd6f96a5192e14f25 (diff) | |
Edit controller
Diffstat (limited to 'client/js/controllers/main.js')
| -rw-r--r-- | client/js/controllers/main.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/js/controllers/main.js b/client/js/controllers/main.js new file mode 100644 index 0000000..78d5849 --- /dev/null +++ b/client/js/controllers/main.js @@ -0,0 +1,10 @@ +/* + * mainApp Controller + */ + + + +mainApp.controller('mainCtrl', function ($scope) +{ + $scope.test="Test title"; +});
\ No newline at end of file |
