Skip to content

Commit

Permalink
fix(intersection-observer): fix wrong attributes aliasing (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea authored Oct 10, 2024
1 parent 8226b02 commit 22a8cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {thresholdFactory} from '../utils/threshold-factory';
@Directive({
standalone: true,
selector: '[waIntersectionObserver]',
inputs: ['waIntersectionRootMargin: margin', 'waIntersectionThreshold: threshold'],
inputs: ['margin: waIntersectionRootMargin', 'threshold: waIntersectionThreshold'],
exportAs: 'IntersectionObserver',
})
export class WaIntersectionObserverDirective extends SafeObserver implements OnDestroy {
Expand Down

0 comments on commit 22a8cde

Please sign in to comment.