Files
MASA/app/partials/students/modal/create_students_modal.html

12 lines
317 B
HTML
Raw Normal View History

2016-02-29 00:49:18 -04:30
<div class="modal-header">
<h3 class="modal-title">Crear Estudiante</h3>
</div>
<div style="text-align: center" class="modal-body">
2016-05-20 23:00:34 -04:00
{{ vm.mensaje }}
2016-02-29 00:49:18 -04:30
</div>
2016-05-20 23:00:34 -04:00
<div class="modal-footer">
<button class="btn btn-primary"
ng-show="vm.botonOk"
type="button"
ng-click="ok()">Aceptar</button>
2016-02-29 00:49:18 -04:30
</div>