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' });