foca-fecha.html
529 Bytes
<div class="modal-header py-1">
<h4 ng-bind="titulo"></h4>
<strong ng-bind="fecha | date: 'dd/MMMM/yyyy HH:mm'"></strong>
</div>
<div class="modal-body">
<div class="offset-2">
<div uib-datepicker ng-model="fecha"></div>
</div>
</div>
<div class="modal-footer">
<button
class="form-control btn btn-secondary"
ng-click="cancelar()">Cancelar</button>
<button
class="form-control btn btn-primary"
foca-focus="true"
ng-click="aceptar()">Aceptar</button>
</div>