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
I got this error after rebuild angular, previously i build this project without error.
I have included this module in angular module and include all script in index.html.
Failed to instantiate module angular-ladda due to:
[$injector:nomod] Module 'angular-ladda' 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
i found shortcut to change file vendor.js to last vendor.js before error, and it's work. It isn't proper way to fix this problem.
The text was updated successfully, but these errors were encountered:
I got this error after rebuild angular, previously i build this project without error.
I have included this module in angular module and include all script in index.html.
i found shortcut to change file vendor.js to last vendor.js before error, and it's work. It isn't proper way to fix this problem.
The text was updated successfully, but these errors were encountered: