Commit f0f4d80d26b2215b87dd434c5e21c9b260116fea

Authored by Eric Fernandez
1 parent fb6243b51f
Exists in master

agrego ruta para testear modulo unitareamente

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -5,7 +5,7 @@ angular.module('focaLogin')
5 5 $routeProvider
6 6 .when('/login', {
7 7 controller: 'focaLoginController',
8   - templateUrl: 'foca-login.html'
  8 + templateUrl: 'src/views/foca-login.html'
9 9 })
10 10 .when('/logout', {
11 11 controller: 'focaLogoutController',