diff options
Diffstat (limited to 'client/js/requests')
| -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) { -}); +});*/ |
