Commit b49b191af34f3079566c7d99565a816ddd532a92
1 parent
4f2d0ff9b9
Exists in
master
and in
1 other branch
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -217,7 +217,7 @@ angular.module('focaModalPuntoDescarga') |
217 | 217 | }); |
218 | 218 | }); |
219 | 219 | } |
220 | - function enviarPuntos(){ | |
220 | + function enviarPuntos() { | |
221 | 221 | var result = []; |
222 | 222 | $scope.puntosSeleccionados.forEach(function(idx) { |
223 | 223 | result.push($scope.puntosDescarga[idx]); |