Yaroslav Zakharov

Results 1 comments of Yaroslav Zakharov

It's possible to use data from $event instead. And your onCarouselMove will look this way ``` onCarouselMove(data) { this.points = data.points; this.isFirst = data.isFirst; this.isLast = data.isLast; } ```