mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-16 18:00:33 +03:00
side menu minor fix
This commit is contained in:
parent
a4bae203f7
commit
1aebffd06a
|
@ -1,6 +1,6 @@
|
|||
<h2> Api reference </h2>
|
||||
<div *ng-for="var cat of data.menu; var idx = index">
|
||||
<side-menu-cat [cat-details]="cat" (expand)="activateAndScroll(idx, 0)"
|
||||
(activate)="activateAndScroll(idx, $event.methodIdx)">
|
||||
<side-menu-cat [cat-details]="cat" (expand)="activateAndScroll(idx, -1)"
|
||||
(activate)="activateAndScroll(idx, $event.methodIdx)">
|
||||
</side-menu-cat>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user