Commit aae07507bbe009c818bdaeeb0ae926e1c7f12878
1 parent
9a5beb61b7
Exists in
master
oculta numero si no existe
Showing
1 changed file
with
5 additions
and
5 deletions
 
Show diff stats
src/views/cabecera.html
| ... | ... | @@ -4,11 +4,11 @@ | 
| 4 | 4 | <div class="row panel-informativo"> | 
| 5 | 5 | <div class="col-12"> | 
| 6 | 6 | <div class="row titulares"> | 
| 7 | - <div class="col-12 col-sm-3 nota-pedido border border-left-0 border-white align-middle"> | |
| 7 | + <div class="col-12 col-sm nota-pedido border border-left-0 border-white align-middle"> | |
| 8 | 8 | <h5 class="mb-0">{{$ctrl.titulo}}</h5> | 
| 9 | 9 | </div> | 
| 10 | - <div class="col-12 col-sm-3 numero-pedido text-center text-md-left border border-white align-middle" | |
| 11 | - >Nº {{$ctrl.numero}} | |
| 10 | + <div class="col-12 col-sm numero-pedido text-center text-md-left border border-white align-middle" | |
| 11 | + ng-if="$ctrl.numero">Nº {{$ctrl.numero}} | |
| 12 | 12 | <button | 
| 13 | 13 | class="btn btn-xs btn-outline-light float-right" | 
| 14 | 14 | type="button" | 
| ... | ... | @@ -18,7 +18,7 @@ | 
| 18 | 18 | <i class="fa fa-search"></i> | 
| 19 | 19 | </button> | 
| 20 | 20 | </div> | 
| 21 | - <div class="col-7 col-sm-3 border border-white align-middle"> | |
| 21 | + <div class="col-7 col-sm border border-white align-middle"> | |
| 22 | 22 | Fecha: | 
| 23 | 23 | <span | 
| 24 | 24 | ng-show="!datepickerAbierto" | 
| ... | ... | @@ -37,7 +37,7 @@ | 
| 37 | 37 | hasta-hoy | 
| 38 | 38 | /> | 
| 39 | 39 | </div> | 
| 40 | - <div class="col-5 col-sm-3 border border-white border-right-0 align-middle"> | |
| 40 | + <div class="col-5 col-sm border border-white border-right-0 align-middle"> | |
| 41 | 41 | Hora: | 
| 42 | 42 | <span | 
| 43 | 43 | ng-show="!datepickerAbierto" |