Commit 47db3731bb36779873b68c69ea5f7ea3321cdc81
Exists in
master
Merge branch 'master' into 'develop'
Agregada cruz para limpiar contenido de filtro de búsqueda. See merge request !32
Showing
2 changed files
Show diff stats
src/js/controller.js
src/views/foca-busqueda-cliente-modal.html
... | ... | @@ -37,6 +37,14 @@ |
37 | 37 | teclado-virtual |
38 | 38 | ng-hide="ingreso" |
39 | 39 | > |
40 | + <button | |
41 | + ng-show="filters.length >= 1" | |
42 | + type="button" | |
43 | + class="clear-input" | |
44 | + ng-click="clearInput()" | |
45 | + > | |
46 | + <i class="fa fa-times"></i> | |
47 | + </button> | |
40 | 48 | <div class="input-group-append" ng-hide="ingreso"> |
41 | 49 | <button |
42 | 50 | ladda="searchLoading" |