'use strict';IDETEC.config(["$routeProvider","$locationProvider",function(a,b){a.when("/inicio/",{templateUrl:"static/inicio.html",controller:"Inicio"}).when("/organizacion/",{templateUrl:"static/organizacion.html"}).when("/trabajos/",{templateUrl:"static/trabajos.html",controller:"TrabajosPorEdicion"}).when("/libroActas/",{templateUrl:"static/libro_actas.html",controller:"LibroActas"}).when("/descargas/",{templateUrl:"static/descargas.html"}).when("/contacto/",{templateUrl:"static/contacto.html", controller:"Contacto"}).when("/novedades/",{templateUrl:"static/novedades.html"}).when("/login/",{templateUrl:"static/login.html",controller:"Login"}).when("/registro/",{templateUrl:"static/registro.html",controller:"Registro"}).when("/vfs/:hash",{templateUrl:"static/verificacion.html",controller:"Verificacion"}).when("/error/:tipo",{templateUrl:"static/error.html",controller:"Error"}).when("/qr/:edicion/:categoria/:trabajo",{templateUrl:"static/qr.html",controller:"DatosQR"}).otherwise({redirectTo:"/inicio/"}); b.html5Mode(!1);b.hashPrefix("")}]);IDETEC.config(["$httpProvider",function(a){a.interceptors.push("httpResponseInterceptor")}]);