Skip to content

Commit 3061740

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ion-item>
3636

3737
<ion-item>
38-
<ion-input label="Input" formControlName="input" [disabled]="isDisabled" [readonly]="isReadonly"></ion-input >
38+
<ion-input label="Input" formControlName="input" [disabled]="isDisabled" [readonly]="isReadonly"></ion-input>
3939
<ion-note slot="end" id="input-note">{{form.value.input}}</ion-note>
4040
</ion-item>
4141

0 commit comments

Comments
 (0)