Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Added missing init emitting for the component
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed May 20, 2018
1 parent a1f513a commit 8dce50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/swiper.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export class SwiperComponent implements AfterViewInit, OnDestroy {

window.setTimeout(() => {
if (this.directiveRef) {
this.S_INIT.emit();

this.directiveRef.indexChange = this.indexChange;

SwiperEvents.forEach((eventName: SwiperEvent) => {
Expand Down

0 comments on commit 8dce50e

Please sign in to comment.