arreglo precios
This commit is contained in:
parent
65e3b18ee9
commit
3a7c9f63cc
|
@ -38,7 +38,7 @@
|
||||||
</select>
|
</select>
|
||||||
</div>-->
|
</div>-->
|
||||||
|
|
||||||
<div class="ds-filter">
|
<!-- <div class="ds-filter">
|
||||||
<div class="form-check pl-0 mb-3">
|
<div class="form-check pl-0 mb-3">
|
||||||
<input type="radio" class="form-check-input" id="under25" name="materialExampleRadios" [value]="0" />
|
<input type="radio" class="form-check-input" id="under25" name="materialExampleRadios" [value]="0" />
|
||||||
<label for="under25" [(ngModel)]="searchPrecio">GRATIS</label>
|
<label for="under25" [(ngModel)]="searchPrecio">GRATIS</label>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
<input type="radio" class="form-check-input" id="200above" name="materialExampleRadios" />
|
<input type="radio" class="form-check-input" id="200above" name="materialExampleRadios" />
|
||||||
<label [(ngModel)]="searchPrecio">Más de $30 </label>
|
<label [(ngModel)]="searchPrecio">Más de $30 </label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Reference in New Issue