diff --git a/index.html b/index.html
index 5443cd6..3a3884d 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,7 @@
+
@@ -71,6 +72,7 @@
+
diff --git a/package.json b/package.json
index 6022436..4e86a2d 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
],
"repository": {
"type": "git",
- "url": "ssh://git@debonline.dyndns.org:npm/wrapper-demo.git"
+ "url": "http://git.focasoftware.com/npm/wrapper-demo.git"
},
"author": "Foca Software",
"license": "ISC",
@@ -104,6 +104,7 @@
},
"devDependencies": {
"electron": "^3.0.2",
+ "foca-crear-login": "git+http://git.focasoftware.com/npm/foca-crear-login.git",
"gulp": "3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
diff --git a/src/js/app.js b/src/js/app.js
index 501d277..4cba05e 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -27,6 +27,7 @@ angular.module('appWrapperDemo', [
'focaConfiguracion',
'focaCrearCobranza',
'focaCrearHojaRuta',
+ 'focaCrearLogin',
'focaCrearNotaPedido',
'focaCrearRemito',
'focaDirectivas',
@@ -52,6 +53,7 @@ angular.module('appWrapperDemo', [
'focaModalIva',
'focaModalListaPrecio',
'focaModalLocalidad',
+ 'focaModalLogin',
'focaModalMoneda',
'focaModalNotaPedido',
'focaModalPrecioCondicion',