Skip to content
Snippets Groups Projects
Commit 9a0c87e5 authored by jojohoch's avatar jojohoch
Browse files

[player] Rename selector of IntersectionDetectionDirective

parent 6af6acfc
No related branches found
No related tags found
No related merge requests found
<div appIntersectionDetection
<div aspectIntersectionDetection
detectionType="top"
[intersectionContainer]="pagesContainer"
(intersecting)="onIntersection()">
......@@ -12,7 +12,7 @@
[section]="section">
</aspect-section>
</div>
<div appIntersectionDetection
<div aspectIntersectionDetection
detectionType="bottom"
[intersectionContainer]="pagesContainer"
(intersecting)="onIntersection()"
......
......@@ -4,7 +4,7 @@ import {
import { IntersectionDetector } from '../classes/intersection-detector';
@Directive({
selector: '[appIntersectionDetection]'
selector: '[aspectIntersectionDetection]'
})
export class IntersectionDetectionDirective implements OnInit, OnDestroy {
@Input() detectionType!: 'top' | 'bottom';
......
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