summaryrefslogtreecommitdiff
path: root/client/js/controllers/status.js
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-10 21:46:18 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-10 21:46:18 +0100
commit8c6b1cecd310acebd63c73628688aa0fcf8cb126 (patch)
tree36529b1366bf65381aad98c6591336b0b80a8950 /client/js/controllers/status.js
parente026ce21b48eddc9c4ca03b441d03baff217d3ad (diff)
parent3f83cae4178226084dcbf1e826271a04cc97086d (diff)
Merge branch 'loic' into develop
Diffstat (limited to 'client/js/controllers/status.js')
-rw-r--r--client/js/controllers/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/status.js b/client/js/controllers/status.js
index 7425244..2930e34 100644
--- a/client/js/controllers/status.js
+++ b/client/js/controllers/status.js
@@ -4,7 +4,7 @@
* The status controller
*
* @param {$scope} $scope The $scope service from angular
- * @param {sharedProfile} sharedProfile The sharedProfile build by ourself
+ * @param {Identity} The Identity service
*/
mainApp.controller('statusCtrl', ['$scope','Identity', function ($scope, Identity)
{