Skip to content

How to get callback arguments? #25

@CorpusCallosum

Description

@CorpusCallosum

Hi, I'm trying to add some callback options, like so:

$scope.fpOptions = {
            afterSlideLoad: function( anchorLink, index, slideAnchor, slideIndex){

            }}

    <div full-page options="fpOptions">
    </div

However, the callback argument (anchorLink, index, slideAnchor, etc) are coming back as undefined. How can I get the values for these arguments?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions