Commit 6788d28600455b2588a9a96f8a9f3195f827503d

Authored by Pablo Marco del Pont
1 parent 08ac678676
Exists in master

Agregué constante APP para determinar aplicación mobile.

Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
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