Skip to content

Browserify + angular-fullpage.js #35

@tonestrike

Description

@tonestrike

I have an application that relies on Browserify. I am trying to add this module to my application but am having trouble. This is what my Package.JSON looks like:

"browser": {
    "fullpage": "./node_modules/fullpage.js/dist/fullpage.min.js",
    "angular-fullpage.js": "./node_modules/angular-fullpage.js/angular-fullpage.min.js"
},
"browserify-shim": {
    "fullpage.js": {
      "exports": "fullpage",
      "depends": "jquery"
    },
    "angular-fullpage.js": {
      "exports": "angular.module('fullPage.js').name",
      "depends": "fullpage.js"
    }
}

I require the module in the AngularJS application using

require('angular-fullpage.js')

When I run the application I get:

Failed to instantiate module portal due to:
Error: [$injector:modulerr] Failed to instantiate module {} due to:
Error: [ng:areq] Argument 'module' is not a function, got Object

Any ideas what is wrong with this?

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