Commit 9fac8923815e2f3e7b8f4367634a077ce173ff51

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !2
... ... @@ -60,7 +60,6 @@
60 60 "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git",
61 61 "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git",
62 62 "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git",
63   - "foca-turno-apertura": "git+ssh://git@debonline.dyndns.org:npm/foca-turno-apertura.git",
64 63 "font-awesome": "^4.7.0",
65 64 "gulp-angular-templatecache": "^2.2.1",
66 65 "gulp-htmlmin": "^5.0.1",
... ... @@ -42,6 +42,5 @@ angular.module('appWrapperDemo', [
42 42 'focaModalVehiculo',
43 43 'focaModalVendedores',
44 44 'focaSeguimiento',
45   - 'focaTeclado',
46   - 'focaTurnoApertura'
  45 + 'focaTeclado'
47 46 ]);