Commit ac1cab41 authored by Evren Kutar's avatar Evren Kutar

remove debugger

parent 6f23fe82
...@@ -71,7 +71,6 @@ staff.controller('StaffListCtrl', function ($scope, $rootScope, Generator) { ...@@ -71,7 +71,6 @@ staff.controller('StaffListCtrl', function ($scope, $rootScope, Generator) {
staff.controller('StaffShowCtrl', function ($scope, $rootScope, Generator, $routeParams) { staff.controller('StaffShowCtrl', function ($scope, $rootScope, Generator, $routeParams) {
var form_params = {"object_id": $routeParams.id, "clear_wf": 1}; var form_params = {"object_id": $routeParams.id, "clear_wf": 1};
Generator.get_form('personel_duzenle_basitlestirilmis', form_params).then(function (res) { Generator.get_form('personel_duzenle_basitlestirilmis', form_params).then(function (res) {
debugger;
// todo: get this line below more clear way // todo: get this line below more clear way
$scope.staff = res.data.employees[0].data; $scope.staff = res.data.employees[0].data;
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment