From 3f83cae4178226084dcbf1e826271a04cc97086d Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Wed, 10 Feb 2016 21:45:52 +0100 Subject: Login Service complete ! --- client/js/controllers/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/js/controllers/status.js') 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) { -- cgit v1.2.3