Commit 14a894e0b14bdc15aa3b1f74375e622c1c720f1e

Authored by Jose Pinto
1 parent 5494a5ba01
Exists in master

espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -48,7 +48,7 @@ angular.module('focaModalPuntoDescarga')
48 48 $scope.aceptar = function() {
49 49 if($scope.cargaArticulos) {
50 50 cargarArticulos();
51   - }else if(!$scope.puntosSeleccionados.length){
  51 + }else if(!$scope.puntosSeleccionados.length) {
52 52 $uibModalInstance.dismiss('cancel');
53 53 }else {
54 54 verCargaArticulos();