Commit 7e9d15313a18bdf2e91f76e3d96d6aae52126888

Authored by Marcelo Puebla
1 parent 21dbaa7385
Exists in master and in 1 other branch develop

agregado salto de linea.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -32,7 +32,8 @@ angular.module('focaBusquedaProductos')
32 32 if (key === 13) {
33 33 $scope.searchLoading = true;
34 34 if (parametroProducto.idLista > 0) {
35   - focaBusquedaProductosService.getProductosByIdLista(parametroProducto.idLista, $scope.filters)
  35 + focaBusquedaProductosService
  36 + .getProductosByIdLista(parametroProducto.idLista, $scope.filters)
36 37 .then(llenarDatos);
37 38 focaBusquedaProductosService.getProductos()
38 39 .then(fillAllProductos);