Commit b9a85af6db0a7712de1ad642acad7a84480f388d

Authored by Jose Pinto
1 parent 4fea86788c
Exists in master

title buscar

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/views/cabecera.html
... ... @@ -9,11 +9,12 @@
9 9 </div>
10 10 <div class="col-12 col-sm numero-pedido text-center text-md-left border border-white align-middle"
11 11 ng-if="$ctrl.numero">Nº {{$ctrl.numero}}
12   - <button
  12 + <button
13 13 class="btn btn-xs btn-outline-light float-right"
14 14 type="button"
15 15 ng-click="$ctrl.busqueda()"
16 16 ng-if="$ctrl.busqueda"
  17 + title="Buscar"
17 18 >
18 19 <i class="fa fa-search"></i>
19 20 </button>