Commit 94281d4302bde18710cbd8e9e09e323514aefeb9

Authored by Nicolás Guarnieri
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

fix vendedor input no deberia aparecer

See merge request modulos-npm/foca-admin-seguimiento!7
src/views/foca-admin-seguimiento.html
... ... @@ -35,7 +35,6 @@
35 35 placeholder="Vendedor"
36 36 class="form-control"
37 37 ng-model="idUsuarioInput"
38   - ng-show="actividad"
39 38 ng-keypress="search($event.keyCode)"
40 39 foca-focus="idUsuario == -1"
41 40 ng-show="actividad == 'Nota de pedido'"