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