Commit 1ab247b74c25d9527f725338fec28c872a949217
1 parent
704ab41f70
Exists in
master
comillas simples
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/etc/develop.ejemplo.js
1 | angular.module('appWrapperDemo').constant("API_ENDPOINT", { | 1 | angular.module('appWrapperDemo').constant('API_ENDPOINT', { |
2 | 'URL': '//127.0.0.1:9000' | 2 | 'URL': '//127.0.0.1:9000' |
3 | }); | 3 | }); |
4 | 4 |