From 6788d28600455b2588a9a96f8a9f3195f827503d Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Sat, 10 Nov 2018 14:22:35 -0300 Subject: [PATCH] =?UTF-8?q?Agregu=C3=A9=20constante=20APP=20para=20determi?= =?UTF-8?q?nar=20aplicaci=C3=B3n=20mobile.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/etc/develop.ejemplo.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js index 8d33cde..edabf57 100644 --- a/src/etc/develop.ejemplo.js +++ b/src/etc/develop.ejemplo.js @@ -1,3 +1,5 @@ -angular.module('appWrapperDemo').constant('API_ENDPOINT', { - 'URL': '//127.0.0.1:9000' -}); +angular.module('appWrapperDemo') + .constant('API_ENDPOINT', { + 'URL': '//127.0.0.1:9000' + }) + .constant("APP", ''); // Posibles valores '', 'distribuidor', 'transportista' -- 1.9.1