app.controller('ModalEditCategoryCtrl', function ($scope, $uibModalInstance, params) {
    $scope.operation="SETTING.EDIT_CATEGORY";
    $scope.category = params.category;
    $scope.categories=params.categories;