Wrong implementation of identity.js

This commit is contained in:
manzerbredes 2016-02-03 12:28:01 +01:00
parent 0ea58c5684
commit c81bfeb0e8

View file

@ -1,7 +1,7 @@
/*
mainApp.controller('identityCtrl', function($scope, $http) {
$scope.identityFormData = {};
@ -30,7 +30,7 @@ mainApp.controller('identityCtrl', function($scope, $http) {
});
});*/