From f0f4d80d26b2215b87dd434c5e21c9b260116fea Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 11 Oct 2018 15:41:29 -0300 Subject: [PATCH] agrego ruta para testear modulo unitareamente --- src/js/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/route.js b/src/js/route.js index b8295a2..6262680 100644 --- a/src/js/route.js +++ b/src/js/route.js @@ -5,7 +5,7 @@ angular.module('focaLogin') $routeProvider .when('/login', { controller: 'focaLoginController', - templateUrl: 'foca-login.html' + templateUrl: 'src/views/foca-login.html' }) .when('/logout', { controller: 'focaLogoutController', -- 1.9.1