diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 12:28:01 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 12:28:01 +0100 |
| commit | c81bfeb0e8ac50bc122f653fda1f51169a753354 (patch) | |
| tree | e623e5e37c238a7c95d19e6a090bc4ad2ac8686e /client | |
| parent | 0ea58c5684abc21c341b5a93befdd7cee4ac37e1 (diff) | |
Wrong implementation of identity.js
Diffstat (limited to 'client')
| -rw-r--r-- | client/js/requests/identity.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/js/requests/identity.js b/client/js/requests/identity.js index aca435f..60c74ee 100644 --- a/client/js/requests/identity.js +++ b/client/js/requests/identity.js @@ -1,7 +1,7 @@ - +/* mainApp.controller('identityCtrl', function($scope, $http) { $scope.identityFormData = {}; @@ -30,7 +30,7 @@ mainApp.controller('identityCtrl', function($scope, $http) { -}); +});*/ |
