Commit 3460c23de19b62b8331b21d5d20291ebb3ffa141
1 parent
93dad1280a
Exists in
master
comente otra vez funcion sin uso
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -26,7 +26,7 @@ angular.module('focaModalPuntoDescarga') |
26 | 26 | articulo.restante = articulo.cantidad; |
27 | 27 | }); |
28 | 28 | actualizarTabla(); |
29 | - cargarPuntos(filters.puntosDescarga); | |
29 | + //cargarPuntos(filters.puntosDescarga); | |
30 | 30 | |
31 | 31 | $scope.cancel = function() { |
32 | 32 | if ($scope.ingreso) { |