Skip to content

Commit a34c7e1

Browse files
thetaPCShaneK
andauthored
Update packages/angular/test/base/src/app/lazy/inputs/inputs.component.html
Co-authored-by: Shane <shane@shanessite.net>
1 parent b333cb4 commit a34c7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/test/base/src/app/lazy/inputs/inputs.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</ion-item>
6363

6464
<ion-item>
65-
<ion-input label="Input" [(ngModel)]="input" [disabled]="isDisabled" [readonly]="isReadonly"></ion-input >
65+
<ion-input label="Input" [(ngModel)]="input" [disabled]="isDisabled" [readonly]="isReadonly"></ion-input>
6666
<ion-note slot="end" id="input-note">{{input}}</ion-note>
6767
</ion-item>
6868

0 commit comments

Comments
 (0)