Commit 3ddd23bde7ca5e5b377408a36023c903f64a86b1

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master (pmarco)

See merge request Wrappers/wrapper-demo!35
... ... @@ -32,6 +32,4 @@ angular.module('appWrapperDemo', [
32 32 'focaSeguimiento',
33 33 'focaTeclado',
34 34 'focaTurnoApertura'
35   -]).run(function($http, API_ENDPOINT) {
36   - $http.get(API_ENDPOINT.URL + '/config/header');
37   -});
  35 +]);