Commit 935689fefff5b6853e439655c81e15e2f5c3c591

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master (pmarco)

See merge request Wrappers/wrapper-demo!41
src/etc/develop.ejemplo.js
1 angular.module('appWrapperDemo').constant('API_ENDPOINT', { 1 angular.module('appWrapperDemo')
2 'URL': '//127.0.0.1:9000' 2 .constant('API_ENDPOINT', {
3 }); 3 'URL': '//127.0.0.1:9000'
4 })
5 .constant("APP", ''); // Posibles valores '', 'distribuidor', 'transportista'
4 6