Commit 758d53b7eb957c8540029e8956fd9ed6ff789987

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

title buscar

See merge request !4
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>