Commit 2180f77a5d075265573bad18952bf83a3bdc9a43
1 parent
ba7c88f2f1
Exists in
master
and in
2 other branches
Agregada cruz para limpiar input.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
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" |