Commit 0d0fe2b4043e635ccaf7aa2c9a2234b64bae8c75
1 parent
3fd0b8febe
Exists in
develop
Fix
Condicion de hidden
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | (click)="selectCategoria(i, categoria.id)" |
41 | 41 | id="cat-content" |
42 | 42 | *ngFor="let categoria of categorias; let i = index;" |
43 | - [hidden]="categoria.articulos > 0 | |
43 | + [hidden]="categoria.articulos <= 0 | |
44 | 44 | && validarFecha(categoria.vigencia_desde, categoria.vigencia_hasta)"> |
45 | 45 | <img |
46 | 46 | draggable="false" |