Commit 1579628447ef86138d5ba8ac37b5ecdde6a6e0d9

Authored by Marcelo Puebla
1 parent 264b4437e4
Exists in master and in 1 other branch develop

Revert "Agregada cruz para borrar contenido de filtro de busqueda."

This reverts commit 264b4437e4636ed49f15ddf90ae9c453ae9a329f.
src/js/controller.js
... ... @@ -651,8 +651,5 @@ angular.module('focaBusquedaCliente')
651 651 });
652 652 return result;
653 653 }
654   - $scope.clearInput = function(){
655   - $scope.filters = '';
656   - }
657 654 }
658 655 ]);
src/views/foca-busqueda-cliente-modal.html
... ... @@ -37,14 +37,6 @@
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>
48 40 <div class="input-group-append" ng-hide="ingreso">
49 41 <button
50 42 ladda="searchLoading"