Skip to content

Commit 57622f4

Browse files
committed
docs(angular): remove unneeded variable
1 parent b428b73 commit 57622f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/usage/v6/menu/type/angular/example_component_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ion-header>
2121
<ion-content class="ion-padding">
2222
<h2>Select an overlay type:</h2>
23-
<ion-radio-group [(ngModel)]="menuType" #ctrl="ngModel">
23+
<ion-radio-group [(ngModel)]="menuType">
2424
<ion-item>
2525
<ion-label>
2626
<code>overlay</code>

0 commit comments

Comments
 (0)