Commit 35667eb7c50ae2bedfedd5355b6b3849f41472d8

Authored by Eric Fernandez
1 parent bbb0a9f674
Exists in master

primer búsqueda sucede en promesa de consulta cumplida

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/modal-busqueda-productos.html
... ... @@ -31,7 +31,7 @@
31 31 </tr>
32 32 </thead>
33 33 <tbody>
34   - <tr ng-show="currentPageProductos.length == 0">
  34 + <tr ng-show="currentPageProductos.length == 0 && primerBusqueda">
35 35 <td colspan="5">
36 36 No se encontraron resultados.
37 37 </td>