Commit 9bf070fd3549d5af031fd2242d0eaa91a888abd0
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !24
Showing
2 changed files
Show diff stats
src/js/controllerModal.js
src/views/foca-modal.html
| ... | ... | @@ -18,6 +18,14 @@ |
| 18 | 18 | ng-focus="selectedEntidad = -1" |
| 19 | 19 | teclado-virtual |
| 20 | 20 | > |
| 21 | + <button | |
| 22 | + ng-show="filters.length >= 1" | |
| 23 | + type="button" | |
| 24 | + class="clear-input" | |
| 25 | + ng-click="clearInput()" | |
| 26 | + > | |
| 27 | + <i class="fa fa-times"></i> | |
| 28 | + </button> | |
| 21 | 29 | <div class="input-group-append"> |
| 22 | 30 | <button |
| 23 | 31 | ladda="searchLoading" |