-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Error: [$injector:modulerr] Failed to instantiate module oc.lazyLoad due to:
Error: [$injector:nomod] Module 'yaru22.hovercard' 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.
Getting above error after adding all the dependencies .
var app = angular.module('App',[yaru22.hovercard'])
In HTML
click to hover
Not able to install later installled by Overriding the bower.json.
in bower.json
"overrides":{
"angular-hovercard": {
"main": [
"./dist/angular-hovercard.css",
"./dist/angular-hovercard.js"
]
}
}
Metadata
Metadata
Assignees
Labels
No labels