diff --git a/index.html b/index.html
index 493fd13..0faec5e 100644
--- a/index.html
+++ b/index.html
@@ -99,6 +99,7 @@
+
diff --git a/package.json b/package.json
index 19a4ed9..f63aa5d 100644
--- a/package.json
+++ b/package.json
@@ -70,6 +70,7 @@
"foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git",
"foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git",
"foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git",
+ "foca-modal-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-descarga.git",
"foca-modal-detalle-cisternas": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-cisternas.git",
"foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git",
"foca-modal-detalles": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalles.git",
diff --git a/src/js/app.js b/src/js/app.js
index 4b09c71..622aa37 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -47,6 +47,7 @@ angular.module('appWrapperDemo', [
'focaModalCheque',
'focaModalCobranza',
'focaModalCotizacion',
+ 'focaModalDescarga',
'focaModalDetalleCisternas',
'focaModalDetalleHojaRuta',
'focaModalDetalles',