From 2c75fb1b9fa93803fdb3cd537a6df7bc115d5546 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 11 Oct 2018 14:44:49 -0300 Subject: [PATCH] =?UTF-8?q?agrego=20direcci=C3=B3n=20para=20correr=20modul?= =?UTF-8?q?o=20unitariamente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/route.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/route.js b/src/js/route.js index 6921de4..570c9bd 100644 --- a/src/js/route.js +++ b/src/js/route.js @@ -4,7 +4,7 @@ angular.module('focaAbmPreciosCondiciones') function($routeProvider) { $routeProvider.when('/precio-condicion', { controller: 'focaAbmPreciosCondicionesController', - templateUrl: 'foca-abm-precios-condiciones-listado.html' + templateUrl: 'src/views/foca-abm-precios-condiciones-listado.html' }); } ]) @@ -13,7 +13,7 @@ angular.module('focaAbmPreciosCondiciones') function($routeProvider) { $routeProvider.when('/precio-condicion/:id', { controller: 'focaAbmPrecioCondicionController', - templateUrl: 'foca-abm-precios-condiciones-item.html' + templateUrl: 'src/views/foca-abm-precios-condiciones-item.html' }); } ]); -- 1.9.1