diff --git a/index.html b/index.html
index 5a07362..44eac08 100644
--- a/index.html
+++ b/index.html
@@ -91,6 +91,7 @@
+
diff --git a/package.json b/package.json
index 0b91310..92dd867 100644
--- a/package.json
+++ b/package.json
@@ -95,6 +95,7 @@
"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",
+ "foca-orden-carga": "git+ssh://git@debonline.dyndns.org:npm/foca-orden-carga.git",
"foca-parametros": "git+ssh://git@debonline.dyndns.org:npm/foca-parametros.git",
"foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git",
"foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git",
diff --git a/src/js/app.js b/src/js/app.js
index 75205dc..4987c0e 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -70,6 +70,7 @@ angular.module('appWrapperDemo', [
'focaModalTarifaFlete',
'focaModalUnidadMedida',
'focaNombreEmpresa',
+ 'focaOrdenCarga',
'focaParametros',
'focaSeguimiento',
'focaTeclado',