Skip to content

Commit

Permalink
fix: navigate to anchor on master filter selection
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Nov 20, 2023
1 parent a280a2e commit bcc5be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1,6 +1,6 @@
<ng-container *ngIf="variationCount$ | async">
<a id="variation-list-top" title="top"></a>
<ish-filter-navigation orientation="horizontal"></ish-filter-navigation>
<ish-filter-navigation orientation="horizontal" fragmentOnRouting="variation-list-top"></ish-filter-navigation>
<ish-product-listing
mode="paging"
[categoryId]="categoryId$ | async"
Expand Down
Expand Up @@ -44,7 +44,9 @@ describe('Product Master Variations Component', () => {
<a id="variation-list-top" title="top"></a
><ish-filter-navigation
orientation="horizontal"
fragmentonrouting="variation-list-top"
ng-reflect-orientation="horizontal"
ng-reflect-fragment-on-routing="variation-list-top"
></ish-filter-navigation
><ish-product-listing
mode="paging"
Expand Down

0 comments on commit bcc5be8

Please sign in to comment.