Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load the nsPopover module #76

Open
dennisa opened this issue Mar 12, 2015 · 1 comment
Open

Can't load the nsPopover module #76

dennisa opened this issue Mar 12, 2015 · 1 comment

Comments

@dennisa
Copy link

dennisa commented Mar 12, 2015

I can't load the module:

here is my definition

var MyApp = angular.module('MyApp', [
'angulartics.google.tagmanager','ngTouch', 'nsPopover',
'ngRoute', 'ngCookies', 'ngSanitize', 'ui.bootstrap', 'ngAnimate','angular-carousel'
]);

Error: [$injector:modulerr] Failed to instantiate module nsPopover due to:
Error: [$injector:nomod] Module 'nsPopover' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.2.28/$injector/nomod?p0=nsPopover
at http://0.0.0.0:9000/bower_components/angular/angular.js:78:12
at http://0.0.0.0:9000/bower_components/angular/angular.js:1677:17
at ensure (http://0.0.0.0:9000/bower_components/angular/angular.js:1601:38)
at module (http://0.0.0.0:9000/bower_components/angular/angular.js:1675:14)
at http://0.0.0.0:9000/bower_components/angular/angular.js:3877:22
at forEach (http://0.0.0.0:9000/bower_components/angular/angular.js:325:18)
at loadModules (http://0.0.0.0:9000/bower_components/angular/angular.js:3871:5)
at http://0.0.0.0:9000/bower_components/angular/angular.js:3878:40
at forEach (http://0.0.0.0:9000/bower_components/angular/angular.js:325:18)
at loadModules (http://0.0.0.0:9000/bower_components/angular/angular.js:3871:5)

@Fen1kz
Copy link

Fen1kz commented May 15, 2015

nsPopover should be included below angular.js script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants