diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-10 21:45:52 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-10 21:45:52 +0100 |
| commit | 3f83cae4178226084dcbf1e826271a04cc97086d (patch) | |
| tree | 5a025139d71daa3524e10edac5a876a01c5e69ad /client/js/controllers/status.js | |
| parent | 0c985435949c1b7cd034d70559f8bcce744418de (diff) | |
Login Service complete !
Diffstat (limited to 'client/js/controllers/status.js')
| -rw-r--r-- | client/js/controllers/status.js | 2 |
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) { |
