diff --git a/gulpfile.js b/gulpfile.js index fcfc9d9..111b759 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -45,7 +45,6 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-modal-informe-hoja-ruta.js'), replace('src/views/', ''), - replace("['ui.bootstrap']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-informe-hoja-ruta.min.js'), uglify(), diff --git a/index.html b/index.html deleted file mode 100644 index 3b5719f..0000000 --- a/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package.json b/package.json index 3b0ef35..3778184 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "foca-modal-infrorme-hoja-ruta", + "name": "foca-modal-informe-hoja-ruta", "version": "0.0.1", "description": "Modal para generar informes de correlatividad de hojas de ruta", "scripts": { @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "https://debo.suite.repo/modulos-npm/foca-modal-infrorme-hoja-ruta" + "url": "https://debo.suite.repo/modulos-npm/foca-modal-informe-hoja-ruta" }, "author": "Nicolás Guarnieri", "license": "ISC", diff --git a/src/js/app.js b/src/js/app.js index 868eaa6..d5dae61 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,3 +1 @@ -angular.module('focaModalInformeHojaRuta', [ - 'ui.bootstrap' -]); +angular.module('focaModalInformeHojaRuta', []); diff --git a/src/js/service.js b/src/js/service.js index 1834d26..c8cd259 100644 --- a/src/js/service.js +++ b/src/js/service.js @@ -1,5 +1,5 @@ angular.module('focaModalInformeHojaRuta') - .service('focaModalInformeHojaRutaService', [ + .factory('focaModalInformeHojaRutaService', [ '$http', 'API_ENDPOINT', function($http, API_ENDPOINT) {