Skip to content

Commit

Permalink
chore(docs): add missing radio button label in badge example
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Alessandro Domingo <[email protected]>
  • Loading branch information
Nick87 and Nicola Alessandro Domingo authored May 2, 2024
1 parent 56950e1 commit 60e2b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ Thumbs.db
# Generated files
/**/*-examples.component.html
/src/assets/documentation.json

# Nx
.nx
1 change: 1 addition & 0 deletions src/app/badge/badge-example/badge-example.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h3>Configurazione badge</h3>
name="color"
[span]="color"
[value]="color"
[label]="color"
[(ngModel)]="selectedColor"></it-radio-button>
</ng-container>
</div>
Expand Down

0 comments on commit 60e2b77

Please sign in to comment.