summaryrefslogtreecommitdiff
path: root/client/js/controllers/status.js
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-06 12:10:04 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-06 12:10:04 +0100
commitbd81674a85677378b8a6a167439cac92c807dc23 (patch)
treebb74e18411aebdf8cde2c7dd1e5fa35e0ac18c5b /client/js/controllers/status.js
parente9e7ddf9b11f73e01925541bd6a534d5abaa7548 (diff)
Add doc
Diffstat (limited to 'client/js/controllers/status.js')
-rw-r--r--client/js/controllers/status.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/js/controllers/status.js b/client/js/controllers/status.js
index 4ffdb6b..ce6882e 100644
--- a/client/js/controllers/status.js
+++ b/client/js/controllers/status.js
@@ -1,11 +1,11 @@
-/*
- * mainApp Controller
- */
-
-
-
+/**
+ * The status controller
+ *
+ * @param {$scope} $scope The $scope service from angular
+ * @param {sharedProfile} sharedProfile The sharedProfile build by ourself
+ */
mainApp.controller('statusCtrl', ['$scope','sharedProfile', function ($scope, sharedProfile)
{
$scope.profile=sharedProfile;