Commit 8636d900f17e40d62d0bf6072668700c38d92468
1 parent
72b46e4e12
Exists in
master
Agregado boton con icono de calendario.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/views/cabecera.html
| ... | ... | @@ -41,6 +41,12 @@ |
| 41 | 41 | on-open-focus="false" |
| 42 | 42 | ng-focus="datepickerOpen = true" |
| 43 | 43 | /> |
| 44 | + <button | |
| 45 | + class="btn btn-xs btn-outline-light" | |
| 46 | + ng-click="datepickerAbierto = true" | |
| 47 | + > | |
| 48 | + <i class="fa fa-calendar"></i> | |
| 49 | + </button> | |
| 44 | 50 | </div> |
| 45 | 51 | <div class="col-5 col-sm border border-white border-right-0 align-middle"> |
| 46 | 52 | Hora: |