DptoElectronica.config(["$routeProvider","$locationProvider",function(t,e){t.when("/login/",{templateUrl:"static/login.html",controller:"Login"}).when("/perfil/datos_personales",{templateUrl:"/static/datos_personales.html",controller:"DatosPersonales"}).when("/perfil/documentacion",{templateUrl:"/static/documentacion.html",controller:"Documentacion"}).when("/perfil_egreso",{templateUrl:"/static/perfil_egreso.html",controller:"PerfilEgreso"}).when("/catedras",{templateUrl:"/static/catedras_plan.html",controller:"CatedrasPlan"}).when("/horarios/:year?/:periodo?",{templateUrl:function(t){return"/static/horarios.html"},controller:"Horarios"}).when("/portada",{templateUrl:"/static/portada.html",controller:"Portada"}).when("/publicacion/:id",{templateUrl:"/static/publicacion.html",controller:"Publicacion"}).when("/publicaciones",{templateUrl:"/static/publicaciones.html",controller:"Publicaciones"}).when("/gestion_departamental",{templateUrl:"/static/gestion_departamental.html",controller:"GestionDepartamental"}).when("/investigaciones_cyt",{templateUrl:"/static/investigaciones_cyt.html",controller:"InvestigacionesCyT"}).when("/vfs/:hash",{templateUrl:"static/verificacion.html",controller:"Verificacion"}).when("/error/:error",{templateUrl:"static/error.html",controller:"Error"}).when("/mensajes",{templateUrl:"/static/mensajes.html",controller:"Mensajes"}).when("/contacto",{templateUrl:"/static/contacto_externo.html",controller:"ContactoExterno"}).when("/contacto_interno",{templateUrl:"/static/contacto_interno.html",controller:"ContactoInterno"}).when("/central_fotovoltaica",{templateUrl:"/static/central_fotovoltaica.html",controller:"CentralFotovoltaica"}).otherwise({redirectTo:"/portada"}),e.html5Mode(!1),e.hashPrefix("")}]),DptoElectronica.config(["$httpProvider",function(t){t.interceptors.push("httpResponseInterceptor")}]);