diff --git a/index.html b/index.html
index 08b9e62..378ea1c 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,7 @@
+
diff --git a/package.json b/package.json
index 7191804..71930f5 100644
--- a/package.json
+++ b/package.json
@@ -63,6 +63,7 @@
"foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git",
"foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git",
"foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git",
+ "foca-modal-factura-detalle": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura-detalle.git",
"foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git",
"foca-modal-forma-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-forma-pago.git",
"foca-modal-iva": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-iva.git",
diff --git a/src/js/app.js b/src/js/app.js
index 4cf7eeb..71e205e 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -45,6 +45,7 @@ angular.module('appWrapperDemo', [
'focaModalDomicilio',
'focaModalEfectivo',
'focaModalFactura',
+ 'focaModalFacturaDetalle',
'focaModalFlete',
'focaModalFormaPago',
'focaModalIva',