-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels