You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"
]
}
}
The text was updated successfully, but these errors were encountered: