diff --git a/package.json b/package.json index 98a8b8e..210ff27 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,6 @@ "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.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", - "foca-turno-apertura": "git+ssh://git@debonline.dyndns.org:npm/foca-turno-apertura.git", "font-awesome": "^4.7.0", "gulp-angular-templatecache": "^2.2.1", "gulp-htmlmin": "^5.0.1", diff --git a/src/js/app.js b/src/js/app.js index ada749e..052aed3 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -42,6 +42,5 @@ angular.module('appWrapperDemo', [ 'focaModalVehiculo', 'focaModalVendedores', 'focaSeguimiento', - 'focaTeclado', - 'focaTurnoApertura' + 'focaTeclado' ]);