Commit fb6243b51f297caa2d9687492d8ee6306577f5f0

Authored by Eric Fernandez
1 parent a74c0be376
Exists in master

agrego inyecciones para testear modulo unitareamente

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1   -angular.module('focaLogin', [])
  1 +angular.module('focaLogin', ['ngRoute', 'ngCookies'])
2 2 .run(['$rootScope', '$cookies', '$location', function($rootScope, $cookies, $location) {
3 3 $rootScope.$on('$locationChangeStart', function() {
4 4 var idUsuario = $cookies.get('idUsuario');