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

      $scope.operation = "MICROGRID.ADD_MICROGRID_EVCHARGER";
    $scope.points=params.points;
    $scope.meters=params.meters;