Login Service complete !

This commit is contained in:
manzerbredes 2016-02-10 21:45:52 +01:00
parent 0c98543594
commit 3f83cae417
6 changed files with 94 additions and 61 deletions

View file

@ -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)
{