lint
This commit is contained in:
parent
4c9db877cd
commit
e1f818c109
@ -30,5 +30,14 @@
|
||||
type="text"
|
||||
/>
|
||||
|
||||
<input (ngModelChange)="onChange($event)" *ngIf="isNumber" [(ngModel)]="input" [id]="id" [name]="name" stopPropagation type="number" [disabled]="!canEditInput"/>
|
||||
<input
|
||||
(ngModelChange)="onChange($event)"
|
||||
*ngIf="isNumber"
|
||||
[(ngModel)]="input"
|
||||
[id]="id"
|
||||
[name]="name"
|
||||
stopPropagation
|
||||
type="number"
|
||||
[disabled]="!canEditInput"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user