Update professor module

This commit is contained in:
Reynaldo Reyes
2016-06-07 22:46:09 -04:00
parent ceedb84c90
commit a904766db6
8 changed files with 165 additions and 58 deletions

View File

@@ -47,6 +47,8 @@
vm.mensaje =
"Error al agregar al profesor " + vm.profesor.Apellido + ", " + vm.profesor.Nombre;
});
}else{
vm.submitted = true;
}
}