我试图为我的问题制作MCVE,但无法让我的代码在jsFiddle上运行并收到以下错误:
Uncaught Error: [$injector:modulerr] Failed to instantiate module carouselApp due to:
Error: [$injector:nomod] Module 'carouselApp' 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.
链接到我的示例:https://jsfiddle.net/anatoly314/n0qfj4dk/
我做错了什么?
更新:来自另一个SO问题的答案帮助我解决了这个问题:https://stackoverflow.com/a/14733670/947111