bugfix
parent
98e225a015
commit
8a7c59c56a
|
|
@ -89,7 +89,7 @@
|
||||||
<input class="" id="bit-type-radio" type="radio" name="bit-type" formControlName="bit-type" value="custom">
|
<input class="" id="bit-type-radio" type="radio" name="bit-type" formControlName="bit-type" value="custom">
|
||||||
Изображение
|
Изображение
|
||||||
</label>
|
</label>
|
||||||
<img-input *ngIf="bitType=='custom'" (change)="setImgFile($event)"></img-input>
|
<img-input *ngIf="bitType=='custom'" (change)="setPaternFile($event)"></img-input>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,9 @@ export class QrCodeComponent implements OnInit{
|
||||||
setImgFile(value){
|
setImgFile(value){
|
||||||
console.log(value)
|
console.log(value)
|
||||||
}
|
}
|
||||||
|
setPaternFile(value){
|
||||||
|
console.log(value)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue