Update repo with several changes

This commit is contained in:
Reynaldo Reyes
2016-04-27 20:34:27 -04:30
parent 38aaff259a
commit 0b3440abba
27 changed files with 316 additions and 146 deletions

View File

@@ -1,5 +1,5 @@
<div class="row clearfix">
<h4>Listado de Secciones</h4></br>
<h4>Listado de Secciones en {{vm.course}} </h4></br>
<div>
<span class="input-group-btn">
<button class="btn-success btn" ng-click="vm.createSection()" style="margin: 10px"> Crear Sección </button>
@@ -31,10 +31,10 @@
<span ng-show="sortType == 'semester' && sortReverse" class="fa fa-caret-up"></span>
</th>
<th width="10%" style="text-align: center">
Modificar
Matricula
</th>
<th width="10%" style="text-align: center">
Borrar
Eliminar
</th>
</tr>
</thead>