2016-02-29 00:49:18 -04:30
|
|
|
<div class="modal-header">
|
|
|
|
|
<h3 class="modal-title">Crear Profesor</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>
|
|
|
|
|
<div class="modal-footer">
|
2016-05-20 23:00:34 -04:00
|
|
|
<button class="btn btn-primary" ng-show="vm.botonOk" type="button"
|
|
|
|
|
ng-click="ok()">OK</button>
|
2016-02-29 00:49:18 -04:30
|
|
|
</div>
|