diff --git a/index.html b/index.html
index 3c4247b..86d92c6 100644
--- a/index.html
+++ b/index.html
@@ -87,6 +87,7 @@
+
diff --git a/package.json b/package.json
index 08a1439..9c87110 100644
--- a/package.json
+++ b/package.json
@@ -84,6 +84,7 @@
"foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git",
"foca-modal-punto-descarga": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-punto-descarga.git",
"foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git",
+ "foca-modal-resumen-cuenta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-resumen-cuenta.git",
"foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git",
"foca-modal-unidad-medida": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-unidad-medida.git",
"foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git",
diff --git a/src/js/app.js b/src/js/app.js
index ee381b6..7eb60d8 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -61,6 +61,7 @@ angular.module('appWrapperDemo', [
'focaModalPrecioCondicion',
'focaModalPuntoDescarga',
'focaModalRemito',
+ 'focaModalResumenCuenta',
'focaModalTarifaFlete',
'focaModalUnidadMedida',
'focaNombreEmpresa',