Skip to content

Commit

Permalink
fix(addon-doc): Navigation fix invalid two-way binding error in Ang…
Browse files Browse the repository at this point in the history
…ular v18 (#7838)
  • Loading branch information
hakimio authored Jun 21, 2024
1 parent db45691 commit d56ef21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
*ngFor="let label of labels; index as index"
size="s"
[borders]="null"
[(open)]="!!openPagesArr[index]"
[open]="!!openPagesArr[index]"
(openChange)="openPagesArr[index] = $event"
>
<span class="t-label">
<strong>{{ label }}</strong>
Expand Down

0 comments on commit d56ef21

Please sign in to comment.