app.controller('ModalAddEnergyStorageContainerGridCtrl', function($scope, $uibModalInstance, params) {

      $scope.operation = "ENERGY_STORAGE_CONTAINER.ADD_ENERGY_STORAGE_CONTAINER_GRID";
    $scope.points=params.points;
    $scope.meters=params.meters;