Skip to content

How to get callback arguments? #25

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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