Commit b505be3f970e567377379c08c17312b7b83768f4

Authored by Eric Fernandez
1 parent b24cfb366e
Exists in master

me uqiero ir

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/cabecera.html
... ... @@ -53,7 +53,7 @@
53 53 <span
54 54 ng-show="!datepickerAbierto"
55 55 ng-bind="$ctrl.fecha | date:'HH:mm'"
56   - ng-click="datepickerAbierto = true"
  56 + ng-click="!$ctrl.fechaDisabled ? datepickerAbierto = true : false"
57 57 >
58 58 </span>
59 59 </div>