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.