diff --git a/gulpfile.js b/gulpfile.js
index 1f78baa..491ad0e 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -46,7 +46,7 @@ gulp.task('uglify', ['templates'], function() {
replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+
'"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+
'"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+
- '"angular-ladda"', ''),
+ '"focaSeguimiento","angular-ladda"', ''),
gulp.dest(paths.dist)
]
);
diff --git a/index.html b/index.html
index 779fc75..d245dcd 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,7 @@
+
diff --git a/package.json b/package.json
index eff0aad..239bfd9 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"compile": "gulp uglify",
"gulp-pre-commit": "gulp pre-commit",
"postinstall": "npm run compile && gulp clean-post-install",
- "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+https://debo.suite.repo/modulos-npm/foca-directivas.git git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git git+https://debo.suite.repo/modulos-npm/foca-modal-flete git+https://debo.suite.repo/modulos-npm/foca-modal.git git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git"
+ "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump git+https://debo.suite.repo/modulos-npm/foca-directivas.git git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos git+https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git git+https://debo.suite.repo/modulos-npm/foca-modal-flete git+https://debo.suite.repo/modulos-npm/foca-modal.git git+https://debo.suite.repo/modulos-npm/foca-modal-domicilio.git git+https://debo.suite.repo/modulos-npm/foca-seguimiento.git"
},
"pre-commit": [
"gulp-pre-commit"
@@ -25,6 +25,7 @@
"foca-modal-busqueda-productos": "git+https://debo.suite.repo/modulos-npm/foca-modal-busqueda-productos",
"foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git",
"foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git"
+ "foca-seguimiento": "git+https://debo.suite.repo/modulos-npm/foca-seguimiento.git"
},
"devDependencies": {
"angular": "^1.7.5",
@@ -40,6 +41,7 @@
"foca-modal-precio-condiciones": "git+https://debo.suite.repo/modulos-npm/foca-modal-precio-condiciones.git",
"foca-modal-proveedor": "git+https://debo.suite.repo/modulos-npm/foca-modal-proveedor.git",
"foca-modal-vendedores": "git+https://debo.suite.repo/modulos-npm/foca-modal-vendedores.git",
+ "foca-seguimiento": "git+https://debo.suite.repo/modulos-npm/foca-seguimiento.git",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.2",
diff --git a/src/js/app.js b/src/js/app.js
index d21a96c..2f9621b 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -10,5 +10,6 @@ angular.module('focaCrearNotaPedido', [
'focaDirectivas',
'focaModal',
'focaModalDomicilio',
+ 'focaSeguimiento',
'angular-ladda'
]);