mmautomatizacion/mm.angular-fullpage.js

fp-afterSlideLoad is missing

benjamindamm opened this issue · 2 comments

Hello me again ;)

I found that you missed to call the fp-afterSlideLoad Event

So i added on line to your function afterSlideLoads(v)

$rootScope.$emit('fp-afterSlideLoad', {anchorLink: v.slideAnchor, index: v.sectionIndex, slideAnchor: v.slideAnchor, slideIndex: v.slideIndex})

I will check. Thanks!!

Solved in new release, 1.3.7.

Thanks!