From da50472c0ef023bea4af0620b29f31f37e1e9b69 Mon Sep 17 00:00:00 2001 From: efernandez Date: Thu, 22 Nov 2018 10:56:51 -0300 Subject: [PATCH] modulo no se usa --- package.json | 1 - src/js/app.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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' ]); -- 1.9.1