Various fixes
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<h3 class="modal-title">Crear Profesor</h3>
|
||||
</div>
|
||||
<div style="text-align: center" class="modal-body">
|
||||
{{ mensaje }}
|
||||
{{ vm.mensaje }}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" ng-show="botonOk" type="button"
|
||||
ng-click="ok(urlLo)">OK</button>
|
||||
<button class="btn btn-primary" ng-show="vm.botonOk" type="button"
|
||||
ng-click="ok()">OK</button>
|
||||
</div>
|
Reference in New Issue
Block a user