Add the xls student load, student list and removal by course

This commit is contained in:
Reynaldo Reyes
2016-03-06 13:36:00 -04:30
parent feeada3fd7
commit b8b65e64d7
5 changed files with 110 additions and 115 deletions

View File

@@ -8,7 +8,7 @@
<button class="btn btn-primary" ng-show="botonOk" type="button"
ng-click="vm.retirarEstudiante(index)">OK</button>
<button class="btn btn-primary" ng-show="otroBotonOk" type="button"
ng-click="ok(urlLo)">Aceptar</button>
ng-click="ok()">Aceptar</button>
<button class="btn btn-warning" ng-show="botonCancelar" type="button"
ng-click="cancel()">Cancelar</button>
</div>