Production fixes

This commit is contained in:
root
2016-12-13 12:47:09 -04:00
parent f4f1daae5e
commit 88957d98a1
5 changed files with 18 additions and 14 deletions

View File

@@ -21,7 +21,7 @@
"lastname": vm.profesor.Apellido,
"email": vm.profesor.Correo,
"number": vm.profesor.Telefono,
"role": "professor",
"role": "admin",
"password": vm.profesor.Password
};
@@ -65,4 +65,4 @@
$state.go('ProfessorList');
};
};
})();
})();