app.controller('ModalEditGatewayCtrl', function($scope, $uibModalInstance, params) {
    $scope.operation = "GATEWAY.EDIT_GATEWAY";
    $scope.gateway = params.gateway;
    $scope.gateways = params.gateways;
    $scope.ok = function() {