mmautomatizacion / mm.angular-fullpage.js

Angular directive for use the jQuery fullPage.js library on Angular.js v1.x
MIT License
17 stars 7 forks source link

fp-afterSlideLoad is missing #10

Closed benjamindamm closed 7 years ago

benjamindamm commented 7 years ago

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})

mmautomatizacion commented 7 years ago

I will check. Thanks!!

mmautomatizacion commented 7 years ago

Solved in new release, 1.3.7.

Thanks!