From f9bff7acece72dcd71b8740055ecae0d3cd8003a Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Tue, 16 Oct 2018 14:27:43 -0300 Subject: [PATCH] =?UTF-8?q?-=20Remov=C3=AD=20espacios.=20-=20Formate=C3=A9?= =?UTF-8?q?=20html.=20-=20Modifiqu=C3=A9=20nombre=20de=20m=C3=B3dulo=20en?= =?UTF-8?q?=20develop.ejemplo.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- index.html | 49 +++++++++++++++++++++++----------------------- src/etc/develop.ejemplo.js | 2 +- 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 18f3c44..339c693 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-abm-precios-condiciones.js'), replace('src/views/', ''), - replace("['ngRoute', 'ui.bootstrap']", '[]'), + replace("['ngRoute', 'ui.bootstrap']", '[]'), gulp.dest(paths.tmp), rename('foca-abm-precios-condiciones.min.js'), uglify(), diff --git a/index.html b/index.html index cbb1b8e..75e7140 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,28 @@ + + + - - - + + + - - - + + + + + + - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + +
+ + diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js index f4736ed..fff2a9c 100644 --- a/src/etc/develop.ejemplo.js +++ b/src/etc/develop.ejemplo.js @@ -1,4 +1,4 @@ -angular.module('focaAbmSectores') +angular.module('focaAbmPreciosCondiciones') .constant("API_ENDPOINT", { 'URL': '//127.0.0.1:9000' }); -- 1.9.1