Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 121bbaf

Browse files
cissyshinshahan
authored andcommitted
Fix documentation in material popup.
PiperOrigin-RevId: 193980541
1 parent 4254c73 commit 121bbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/material_popup/material_popup.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ export 'package:angular_components/laminate/popup/popup.dart'
5151
/// #source="popupSource">
5252
/// Toggle
5353
/// </button>
54-
/// <material-popup [visible]="showPopup" [source]="source">
54+
/// <material-popup [(visible)]="showPopup" [source]="source">
5555
/// Hello World
5656
/// </material-popup>
5757
///
5858
/// Material popup also supports deferred/lazy-loaded content:
5959
///
60-
/// <material-popup [visible]="showPopup" [source]="source">
60+
/// <material-popup [(visible)]="showPopup" [source]="source">
6161
/// <expensive-component *deferredContent></expensive-component>
6262
/// </material-popup>
6363
///

0 commit comments

Comments
 (0)