2016-02-29 00:49:18 -04:30
|
|
|
<div class="modal-header">
|
|
|
|
|
<h3 class="modal-title">Crear Sección</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()">Aceptar</button>
|
|
|
|
|
<button class="btn btn-warning"
|
|
|
|
|
ng-show="vm.botonCancelar"
|
|
|
|
|
type="button"
|
2016-02-29 00:49:18 -04:30
|
|
|
ng-click="cancel()">Cancelar</button>
|
|
|
|
|
</div>
|