diff --git a/src/js/controller.js b/src/js/controller.js index fb02242..11b1657 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -159,7 +159,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', notaPedidoBusinessService.addPuntosDescarga(data.data.id, $scope.notaPedido.puntosDescarga); } - + var plazos = $scope.plazosPagos; var plazosACrear = []; plazos.forEach(function(plazo) { @@ -223,7 +223,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', } ); }; - + $scope.seleccionarNotaPedido = function() { var modalInstance = $uibModal.open( { @@ -485,7 +485,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', valor: proveedor.NOM }); }, function() { - + } ); } @@ -623,7 +623,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', valor: cabecera }); }, function() { - + } ); } @@ -680,7 +680,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', $scope.notaPedido.kilometros = null; } }, function() { - + } ); } @@ -700,7 +700,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', function(moneda) { $scope.abrirModalCotizacion(moneda); }, function() { - + } ); }