Skip to content
Snippets Groups Projects
Commit 6af6acfc authored by jojohoch's avatar jojohoch
Browse files

[player] Rename selector of ScrollIndexDirective

parent 64b05740
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
[class.concat-scroll-snap-align]="scrollPageMode === 'concat-scroll-snap'" [class.concat-scroll-snap-align]="scrollPageMode === 'concat-scroll-snap'"
[style.max-width]="page.hasMaxWidth ? page.maxWidth + 'px' : '100%'" [style.max-width]="page.hasMaxWidth ? page.maxWidth + 'px' : '100%'"
[style.padding.px]="page.margin" [style.padding.px]="page.margin"
appScrollIndex aspectScrollIndex
[pagesContainer]="pagesContainer" [pagesContainer]="pagesContainer"
[selectIndex]="selectIndex" [selectIndex]="selectIndex"
[index]="i"> [index]="i">
......
...@@ -4,7 +4,7 @@ import { ...@@ -4,7 +4,7 @@ import {
import { Subject } from 'rxjs'; import { Subject } from 'rxjs';
@Directive({ @Directive({
selector: '[appScrollIndex]' selector: '[aspectScrollIndex]'
}) })
export class ScrollIndexDirective implements OnInit { export class ScrollIndexDirective implements OnInit {
@Input() selectIndex!: Subject<number>; @Input() selectIndex!: Subject<number>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment