Commit 3840bbc66d1e9b883812e9e247eb46c36371ebfd

Authored by Eric Fernandez
Exists in master and in 2 other branches develop, lab

Merge branch 'master' into 'develop'

Agregada cruz para limpiar filtro de búsqueda.

See merge request !9
src/views/foca-modal-remito.html
... ... @@ -18,6 +18,14 @@
18 18 id="search"
19 19 teclado-virtual
20 20 >
  21 + <button
  22 + ng-show="filters.length >= 1"
  23 + type="button"
  24 + class="clear-input"
  25 + ng-click="filters = ''"
  26 + >
  27 + <i class="fa fa-times"></i>
  28 + </button>
21 29 <div class="input-group-append">
22 30 <button
23 31 ladda="searchLoading"