Commit 8115f6afc10a18d09d81396461f6007d8cfedcaf
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Arreglo botón calendario See merge request !9
Showing
1 changed file
Show diff stats
src/views/foca-modal-nota-pedido.html
... | ... | @@ -38,9 +38,13 @@ |
38 | 38 | <small class="col-md-2 col-4 text-left my-1">Fecha Desde</small> |
39 | 39 | <div class="col-md-4 col-8 input-group mb-2"> |
40 | 40 | <div class="input-group-prepend"> |
41 | - <div class="input-group-text"> | |
41 | + <button | |
42 | + class="input-group-text" | |
43 | + type="button" | |
44 | + ng-click="datepickerOpen = true" | |
45 | + > | |
42 | 46 | <i class="fa fa-calendar"></i> |
43 | - </div> | |
47 | + </button> | |
44 | 48 | </div> |
45 | 49 | <input |
46 | 50 | class="form-control form-control-sm" |
... | ... | @@ -60,9 +64,13 @@ |
60 | 64 | <small class="col-md-2 col-4 text-left my-1">Fecha Hasta</small> |
61 | 65 | <div class="col-md-4 col-8 input-group mb-2"> |
62 | 66 | <div class="input-group-prepend"> |
63 | - <div class="input-group-text"> | |
67 | + <button | |
68 | + class="input-group-text" | |
69 | + type="button" | |
70 | + ng-click="datepicker2Open = true" | |
71 | + > | |
64 | 72 | <i class="fa fa-calendar"></i> |
65 | - </div> | |
73 | + </button> | |
66 | 74 | </div> |
67 | 75 | <input |
68 | 76 | class="form-control form-control-sm" |