Files
MASA/app/partials/section/modal/student_bt_removal_modal.html

20 lines
580 B
HTML
Raw Normal View History

2016-04-27 20:34:27 -04:30
<div class="modal-header">
<h3 class="modal-title">Liberar BT</h3>
</div>
<div style="text-align: center" class="modal-body">
2016-05-20 23:00:34 -04:00
{{ vm.mensaje }}
2016-04-27 20:34:27 -04:30
</div>
<div class="modal-footer">
2016-05-20 23:00:34 -04:00
<button class="btn btn-primary"
ng-show="vm.botonOk"
type="button"
2016-04-27 20:34:27 -04:30
ng-click="vm.freeBTAddress(index)">OK</button>
2016-05-20 23:00:34 -04:00
<button class="btn btn-warning"
ng-show="vm.botonCancelar"
type="button"
2016-04-27 20:34:27 -04:30
ng-click="cancel()">Cancelar</button>
2016-05-20 23:00:34 -04:00
<button class="btn btn-primary"
ng-show="vm.otroBotonOk"
type="button"
ng-click="ok()">Aceptar</button>
2016-04-27 20:34:27 -04:30
</div>